ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Rect Constructor / Rect Constructor(Double,Double,Double,Double)
The x-coordinate of the upper-left corner of the rectangle.
The y-coordinate of the upper-left corner of the rectangle.
The width of the rectangle.
The height of the rectangle.

In This Topic
    Rect Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the Rect class with the specified location and size.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Rect( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    The x-coordinate of the upper-left corner of the rectangle.
    y
    The y-coordinate of the upper-left corner of the rectangle.
    width
    The width of the rectangle.
    height
    The height of the rectangle.
    See Also