RectangleF.IsEmpty Propriété

Définition

Obtient une valeur qui indique si la propriété Width ou Height de ce RectangleF a une valeur de zéro.

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 la Width propriété ou Height de cette RectangleF propriété a la valeur zéro ; sinon, false.

Attributs

S’applique à