Window.startDrawing

Function/Meaning

Explicitly call drawing.

Type
Windowclassmethod of
Syntax
startDrawing()
Arguments
Return value
None (void)
Explanation

This method calls onDraw indirectly.
If you want to draw it yourself, call this method and draw within onDraw.
Specify Window.drawCycle to draw periodically, and avoid explicitly drawing with this method as much as possible.
It may not be supported on other platforms in the future.