[]
        
For internal use.
protected abstract void InternalFillRectangle(RectangleF bounds, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected MustOverride Sub InternalFillRectangle(bounds As RectangleF, brush As Brush, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
| Type | Name | Description | 
|---|---|---|
| RectangleF | bounds | |
| Brush | brush | |
| RectangleF? | brushBounds | |
| Matrix3x2? | brushTransform | 
For internal use.
protected abstract void InternalFillRectangle(RectangleF bounds, Color color)
Protected MustOverride Sub InternalFillRectangle(bounds As RectangleF, color As Color)
| Type | Name | Description | 
|---|---|---|
| RectangleF | bounds | |
| Color | color |