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

속성 값

trueWidthRectangleF 또는 Height 속성 값이 0이면 이고, false그렇지 않으면 입니다.

특성

적용 대상