RepaintWindowEvent (クラス)
public final RepaintWindowEvent {inherits WindowEvent}
パッケージ: CURL.GRAPHICS.WINDOW

Window を再ペイントする必要があることの通知。

注意事項

RepaintWindowEvent.dirty-rectangle-set のコピーをキャッシュしないでください。

プロパティ
dirty-rectangle-set:再ペイントする必要のある四角形のセット。
フィールド public-get private-set RepaintWindowEvent.dirty-rectangle-set:RectangleSet ={uninitialized-value-for-type RectangleSet}
プロパティ 継承 WindowEvent: window

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize




プロパティ詳細
dirty-rectangle-set (フィールド)
public-get private-set RepaintWindowEvent.dirty-rectangle-set:RectangleSet ={uninitialized-value-for-type RectangleSet}

再ペイントする必要のある四角形のセット。

注意事項

イベントが処理されると元の RectangleSet が再使用されるため、このポインタのコピーをキャッシュしないでください。





メソッド詳細