Point.IsEmpty Propriété

Définition

Obtient une valeur indiquant si ce Point est vide.

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

Valeur de propriété

true si X et Y sont égaux à 0 ; sinon, false.

Attributs

S’applique à