Gets a special value that represents a rectangle with no position or area.
'Declaration
Public Shared ReadOnly Property Empty As C1Rect
'Usage
Dim value As C1Rect
value = C1Rect.Empty
public static C1Rect Empty {get;}
Property Value
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.