Layer.onPaint

機能/意味
When drawn
タイプ
Layerクラスのイベント
構文
onPaint()
引数
なし
説明
 Called just before the layer is actually drawn on the window.
 This event will only be called when the Layer.callOnPaint property is true, and Layer.callOnPaint will automatically be set to false after this event has finished executing.
参照
Layer.update