Layer.callOnPaint

Function/Meaning
Whether to call the onPaint event
Type
Layer Class Properties
Explanation

Indicates whether to call the Layer.onPaint event.
You can also set the value.
If true is specified, the onPaint event will be called immediately before drawing on the next screen.
This property is automatically set back to false when the onPaint event has finished processing.
The onPaint event does not occur when false is specified.
The Layer.update method sets this property to true.