Creation/Dev/Script/Client/TDrawingPanel

From Graal Bible
Revision as of 11:21, 16 February 2010 by Pooper200000 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Inherits TGraalVar.

Variables

Name Type Description
height integer (read only)
parth integer (read only)
partw integer (read only)
partx integer (read only)
party integer (read only)
width integer (read only)

Functions

Name Return Type Description
clearall()
clearrectangle(int x, int y, int width, int height)
drawimage(int x, int y, str imagefilename)
drawimagerectangle(int x, int y, str imagefilename, int sourcex, int sourcey, int sourcewidth, int sourceheight)
drawimagestretched(int x, int y, int width, int height, str imagefilename, int sourcex, int sourcey, int sourcewidth, int sourceheight)