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

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

    Parameters

    x
    y
    width
    height
    radius
    See Also