Click or drag to resize

RectangleD2DIsEmpty Property

Gets a value indicating whether the rectangle is empty. Per definition, it is empty if both width and height are zero.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsEmpty { get; }

Property Value

Boolean
true if this rectangle is empty; otherwise, false.
See Also