Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / RoundedRectangle Structure / RoundedRectangle Constructor
The bounds of the rounded rectangle.
The radius X.
The radius Y.

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

    Parameters

    bounds
    The bounds of the rounded rectangle.
    radiusX
    The radius X.
    radiusY
    The radius Y.
    See Also