Graphics.IsClipEmpty 属性
定义
获取一个值,该值指示此 Graphics 的剪辑区域是否为空。Gets a value indicating whether the clipping region of this Graphics is empty.
public:
property bool IsClipEmpty { bool get(); };
public bool IsClipEmpty { get; }
member this.IsClipEmpty : bool
Public ReadOnly Property IsClipEmpty As Boolean
属性值
- Boolean
如果此 Graphics 的剪辑区域为空,则为 true;否则为 false。true if the clipping region of this Graphics is empty; otherwise, false.
适用于