[]
Initializes a new instance of the RoundedRectangle struct.
public RoundedRectangle(RectF bounds, float radiusX, float radiusY)
| Type | Name | Description |
|---|---|---|
| RectF | bounds | The bounds of the rounded rectangle. |
| float | radiusX | The radius X. |
| float | radiusY | The radius Y. |