Layer.onPaint

Function/Meaning

When drawn

Type
LayerclassEvent
Syntax
onPaint()
Arguments
Return value
None (void)
Explanation

Called just before the layer is actually drawn in the window.
This event is only called when the Layer.callOnPaint property is true, and Layer.callOnPaint is automatically set to false after the event has finished executing.

Reference
Layer.update