Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RoundRectFigure Class / RoundRectFigure Constructor / RoundRectFigure Constructor(RectangleF,Single,Single)

In This Topic
    RoundRectFigure Constructor(RectangleF,Single,Single)
    In This Topic
    Initializes a new instance of the RoundRectFigure class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal radiusX As System.Single, _
       ByVal radiusY As System.Single _
    )
    public RoundRectFigure( 
       System.Drawing.RectangleF bounds,
       System.float radiusX,
       System.float radiusY
    )

    Parameters

    bounds
    radiusX
    radiusY
    See Also