GraphicsPath.AddRectangle
AddRectangle(Rectangle)
Adds a rectangle to this path.
public void AddRectangle(Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| rect | Rectangle | A Rectangle that represents the rectangle to add. |
See Also
- struct Rectangle
- class GraphicsPath
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common
AddRectangle(RectangleF)
Adds a rectangle to this path.
public void AddRectangle(RectangleF rect)
| Parameter | Type | Description |
|---|---|---|
| rect | RectangleF | A RectangleF that represents the rectangle to add. |
See Also
- struct RectangleF
- class GraphicsPath
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common