[]
Initializes a new instance of the RoundRectFigure class.
public RoundRectFigure(RectangleF bounds, float radius)
| Type | Name | Description |
|---|---|---|
| RectangleF | bounds | |
| float | radius |
Initializes a new instance of the RoundRectFigure class.
public RoundRectFigure(RectangleF bounds, float radiusX, float radiusY)
| 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)
| Type | Name | Description |
|---|---|---|
| float | x | |
| float | y | |
| float | width | |
| float | height | |
| float | radius |
Initializes a new instance of the RoundRectFigure class.
public RoundRectFigure(float x, float y, float width, float height, float radiusX, float radiusY)
| Type | Name | Description |
|---|---|---|
| float | x | |
| float | y | |
| float | width | |
| float | height | |
| float | radiusX | |
| float | radiusY |