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

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

    Parameters

    bounds
    radius
    See Also