[]
Initializes a new instance of the RoundRectFigure class.
public RoundRectFigure(RectangleF bounds, float radius)
Public Sub New(bounds As RectangleF, radius As Single)
Type | Name | Description |
---|---|---|
RectangleF | bounds | |
float | radius |
Initializes a new instance of the RoundRectFigure class.
public RoundRectFigure(RectangleF bounds, float radiusX, float radiusY)
Public Sub New(bounds As RectangleF, radiusX As Single, radiusY As Single)
Type | Name | Description |
---|---|---|
RectangleF | bounds | |
float | radiusX | |
float | radiusY |
Initializes a new instance of the RoundRectFigure class.
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)
Initializes a new instance of the RoundRectFigure class.
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)