[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.RoundRectFigure.-ctor

RoundRectFigure Constructor

RoundRectFigure(RectangleF, float)

Initializes a new instance of the RoundRectFigure class.

Declaration
public RoundRectFigure(RectangleF bounds, float radius)
Public Sub New(bounds As RectangleF, radius As Single)
Parameters
Type Name Description
RectangleF bounds
float radius

RoundRectFigure(RectangleF, float, float)

Initializes a new instance of the RoundRectFigure class.

Declaration
public RoundRectFigure(RectangleF bounds, float radiusX, float radiusY)
Public Sub New(bounds As RectangleF, radiusX As Single, radiusY As Single)
Parameters
Type Name Description
RectangleF bounds
float radiusX
float radiusY

RoundRectFigure(float, float, float, float, float)

Initializes a new instance of the RoundRectFigure class.

Declaration
public RoundRectFigure(float x, float y, float width, float height, float radius)
Public Sub New(x As Single, y As Single, width As Single, height As Single, radius As Single)
Parameters
Type Name Description
float x
float y
float width
float height
float radius

RoundRectFigure(float, float, float, float, float, float)

Initializes a new instance of the RoundRectFigure class.

Declaration
public RoundRectFigure(float x, float y, float width, float height, float radiusX, float radiusY)
Public Sub New(x As Single, y As Single, width As Single, height As Single, radiusX As Single, radiusY As Single)
Parameters
Type Name Description
float x
float y
float width
float height
float radiusX
float radiusY