Graphics.IsVisibleClipEmpty プロパティ
定義
public:
property bool IsVisibleClipEmpty { bool get(); };
public bool IsVisibleClipEmpty { get; }
member this.IsVisibleClipEmpty : bool
Public ReadOnly Property IsVisibleClipEmpty As Boolean
プロパティ値
この Graphics のクリッピング領域の表示部分が空の場合は true
。それ以外の場合は false
。true
if the visible portion of the clipping region of this Graphics is empty; otherwise, false
.
注釈
表示されるクリッピング領域は、このウィンドウのクリッピング領域 Graphics
とウィンドウのクリッピング領域の交差部分です。The visible clipping region is the intersection of the clipping region of this Graphics
and the clipping region of the window.