Point.IsEmpty 속성

정의

Point가 비어 있는지 여부를 나타내는 값을 가져옵니다.

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

XY가 모두 0이면 true를 반환하고, 그렇지 않으면 false를 반환합니다.

특성

적용 대상