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