Draws a rectangle specified by a Rect structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawRectangle ( |
Visual Basic Copy Code |
---|
Sub DrawRectangle( _ |
A Pen object that determines the color, width, and style of the rectangle.
A Microsoft.Maui.Graphics.Rect that represents the rectangle to draw.