Functions |
Manipulating the
Drawing Area
Clear(DrawXtra
member) - erases all of the contents of the canvas so that it is empty.
Example: Clear(member
"canvas")
Resize(DrawXtra
member, integer width, integer height) - resizes the canvas. This will also clear out any images in the canvas.
Example: Resize(member
"canvas")
Redraw(DrawXtra
member) - force the canvas to redraw itself. When making drawings,
they will not show up on the stage until Redraw() gets called.
Example: Redraw(member
"canvas")
|
|