Canvas.clear

Function/Meaning

Clear the entire drawing area

Type
Canvasclassmethod of
Syntax
clear(argb:int)
Arguments
argb

Clear color (cleared by clearColor property if not specified)

Return value
None (void)
Explanation