Draws a rectangle specified by a Rectangle structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawRectangle ( |
Visual Basic
Copy Code
|
|---|
Sub DrawRectangle( _ |
A Pen object that determines the color, width, and style of the rectangle.
A Rectangle structure that represents the rectangle to draw.
See Also