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

true 경우는 WidthHeight 의 속성을 Int32Rect 이 고, 그렇지 않으면 0 보다 큰 false입니다.

적용 대상