Point.IsEmpty Vlastnost

Definice

Získá hodnotu označující, zda je tato Point hodnota prázdná.

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

Hodnota vlastnosti

true pokud jsou oba X a Y jsou 0; jinak, false.

Atributy

Platí pro