Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void FillRectangle ( |
Visual Basic Copy Code |
---|
Sub FillRectangle( _ |
A Brush object that determines the characteristics of the fill.
The x-coordinate of the upper-left corner of the rectangle to fill.
The y-coordinate of the upper-left corner of the rectangle to fill.
The width of the rectangle to fill.
The height of the rectangle to fill.