AddRectangle()
GraphicsPath::AddRectangle(const Rectangle&) method
Adds the specified rectangle to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | A rectangle to add |
GraphicsPath::AddRectangle(const RectangleF&) method
Adds the specified rectangle to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | A rectangle to add |
See Also
- Class Rectangle
- Class GraphicsPath
- Class RectangleF
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides