Fills the interior of a rectangle specified by a Rect structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void FillRectangle ( |
Visual Basic
Copy Code
|
|---|
Sub FillRectangle( _ |
A Brush object that determines the characteristics of the fill.
A Microsoft.Maui.Graphics.Rect structure that represents the rectangle to fill.
See Also