[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.RoundedRectangle.-ctor

RoundedRectangle Constructor

RoundedRectangle(RectF, float, float)

Initializes a new instance of the RoundedRectangle struct.

Declaration
public RoundedRectangle(RectF bounds, float radiusX, float radiusY)
Parameters
Type Name Description
RectF bounds

The bounds of the rounded rectangle.

float radiusX

The radius X.

float radiusY

The radius Y.