Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / C1Rect Constructor / C1Rect Constructor(C1Point,C1Size)
The location.
The size.

In This Topic
    C1Rect Constructor(C1Point,C1Size)
    In This Topic
    Initializes a C1Rect structure based on an origin and size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal location As C1Point, _
       ByVal size As C1Size _
    )
    public C1Rect( 
       C1Point location,
       C1Size size
    )

    Parameters

    location
    The location.
    size
    The size.
    See Also