Rect.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Rechteck das Empty-Rechteck ist.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Eigenschaftswert

true, wenn das Rechteck das Empty-Rechteck ist, andernfalls false.

Hinweise

Verwenden Sie diese Eigenschaft nicht, um auf null Bereich zu testen. ein Rechteck mit null Bereich ist nicht unbedingt das Empty Rechteck. Weitere Informationen finden Sie in den Ausführungen zur Empty-Eigenschaft.

Gilt für:

Weitere Informationen