Point.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob dieser Point leer ist.

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

Eigenschaftswert

true, wenn sowohl X als auch Y 0 sind, andernfalls false.

Attribute

Gilt für: