Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / Empty Property

In This Topic
    Empty Property (C1Rect)
    In This Topic
    Gets a special value that represents a rectangle with no position or area.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Empty As C1Rect
    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.
    See Also