[]
For internal use.
protected abstract void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
| Type | Name | Description |
|---|---|---|
| RectangleF | bounds | |
| float | radiusX | |
| float | radiusY | |
| Brush | brush | |
| RectangleF? | brushBounds | |
| Matrix3x2? | brushTransform |
For internal use.
protected abstract void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Color color)
| Type | Name | Description |
|---|---|---|
| RectangleF | bounds | |
| float | radiusX | |
| float | radiusY | |
| Color | color |