ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Rect Constructor / Rect Constructor(Point,Size)
A Point that represents the upper-left corner of the rectangle.
A Size that represents the width and height of the rectangle.

In This Topic
    Rect Constructor(Point,Size)
    In This Topic
    Initializes a new instance of the Rect class with the specified location and size.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As Point, _
       ByVal size As Size _
    )
    public Rect( 
       Point location,
       Size size
    )

    Parameters

    location
    A Point that represents the upper-left corner of the rectangle.
    size
    A Size that represents the width and height of the rectangle.
    See Also