PointF.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se questa matrice PointF è vuota.

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 il valore di entrambe le proprietà X e Y è 0; in caso contrario, false.

Attributi

Si applica a