[]
Fill rectangle with specified color.
protected virtual void FillRectangle(C1Graphics graphics, Color color, Rect bounds)
Protected Overridable Sub FillRectangle(graphics As C1Graphics, color As Color, bounds As Rect)
| Type | Name | Description |
|---|---|---|
| C1Graphics | graphics | A C1.Document.Util.C1Graphics object implements drawing surface for C1Document. |
| Color | color | A color to fill. |
| Rect | bounds | The location and size of a rectangle. |
Fill rectangle with specified C1.Document.C1Brush.
protected virtual void FillRectangle(C1Graphics graphics, C1Brush brush, Rect bounds)
Protected Overridable Sub FillRectangle(graphics As C1Graphics, brush As C1Brush, bounds As Rect)
| Type | Name | Description |
|---|---|---|
| C1Graphics | graphics | A C1.Document.Util.C1Graphics object implements drawing surface for C1Document. |
| C1Brush | brush | A C1.Document.C1Brush for fill. |
| Rect | bounds | The location and size of a rectangle. |