Adds a rectangle to this path.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void AddRectangle ( |
Visual Basic
Copy Code
|
|---|
Sub AddRectangle( _ |
The x-coordinate of the upper-left corner of the rectangle to add.
The y-coordinate of the upper-left corner of the rectangle to add.
The width of the rectangle to add.
The height of the rectangle to add.
See Also