RectangleF.IsEmpty 속성

정의

RectangleFWidth 또는 Height 속성 값에 0이 포함되는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsEmpty { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsEmpty { get; }
public bool IsEmpty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

Boolean

true 이 값의 Width 값이 Height 0이면 이 RectangleF 고, false그렇지 않으면 .

특성

적용 대상