- 機能/意味
-
whether to call the onPaint event
- タイプ
-
Layerクラスのプロパティ (読み書き可能)
- 説明
-
Indicates whether to call the Layer.onPaint event. You can also set a value.
Specifying true causes the onPaint event to be called just before the next drawing on the screen. This property is automatically set back to false after the onPaint event has been processed.
The onPaint event does not occur when false is specified.
The Layer.update methods set this property to true.