RectangleF.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se la proprietà Width o Height di RectangleF è pari a zero.

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

Valore della proprietà

true se la Width proprietà o Height di questo RectangleF ha un valore pari a zero; in caso contrario, false.

Attributi

Si applica a