Canvas.clear
Function/Meaning
Clear the entire drawing area
Type
Canvasclass
method of
Syntax
clear(
argb
:int)
Arguments
argb
Clear color (cleared by clearColor property if not specified)
Return value
None (void)
Explanation