Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / RectangleD Constructor / RectangleD Constructor(PointD,SizeD)
The location (coordinates of the top left corner) of the rectangle.
The size of the rectangle.

In This Topic
    RectangleD Constructor(PointD,SizeD)
    In This Topic
    Initializes a new instance of the RectangleD structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As PointD, _
       ByVal size As SizeD _
    )
    public RectangleD( 
       PointD location,
       SizeD size
    )

    Parameters

    location
    The location (coordinates of the top left corner) of the rectangle.
    size
    The size of the rectangle.
    See Also