PointF.IsEmpty Propriété

Définition

Obtient une valeur indiquant s’il s’agit PointF d’une valeur 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 les deux X et Y sont 0 ; sinon, false.

Attributs

S’applique à