AddRectangle
Adds a rectangle to this path.
Syntax
[C#]
void AddRectangle(RectangleF rect);
[Visual Basic]
Sub AddRectangle(rect As RectangleF)
Params
Name
Description
rect
The rectangle to be added.
Notes
None.
Example
None.