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