[]
Gets a special value that represents a rectangle with no position or area.
public static C1Rect Empty { get; }
| Type | Description |
|---|---|
| C1Rect | The empty rectangle, which has X and Y property values of System.Double.PositiveInfinity, and has Width and Height property values of System.Double.NegativeInfinity. |