ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / RoundRect Class / RoundRect Constructor
The left.
The top.
The width.
The height.
Width of the edge.
Height of the edge.

In This Topic
    RoundRect Constructor
    In This Topic
    Initializes a new instance of the RoundRect class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal edgeWidth As Single, _
       ByVal edgeHeight As Single _
    )
    public RoundRect( 
       float left,
       float top,
       float width,
       float height,
       float edgeWidth,
       float edgeHeight
    )

    Parameters

    left
    The left.
    top
    The top.
    width
    The width.
    height
    The height.
    edgeWidth
    Width of the edge.
    edgeHeight
    Height of the edge.
    See Also