AddPolygon()
GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method
Adds the specified polygon to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
Arguments
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<PointF>& | An array containing points that specify the polygon to add |
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
Adds the specified polygon to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
Arguments
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<Point>& | An array containing points that specify the polygon to add |
See Also
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Class Point
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides