Int32Rect.HasArea 屬性

定義

取得值,指出 WidthHeightInt32Rect 屬性是否大於 0。

public:
 property bool HasArea { bool get(); };
public bool HasArea { get; }
member this.HasArea : bool
Public ReadOnly Property HasArea As Boolean

屬性值

Boolean

trueWidth如果 的 Int32RectHeight 屬性大於 0,則為 ,否則為 false

適用於