Metodo System::Drawing::Drawing2D::GraphicsPath::AddPolygon
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
Aggiunge il poligono specificato al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
| Parametro | Tipo | Descrizione |
|---|---|---|
| punti | const ArrayPtr<Point>& | Un array contenente i punti che specificano il poligono da aggiungere |
Vedi anche
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method
Aggiunge il poligono specificato al percorso rappresentato dall’oggetto corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
| Parametro | Tipo | Descrizione |
|---|---|---|
| punti | const ArrayPtr<PointF>& | Un array contenente i punti che specificano il poligono da aggiungere |
Vedi anche
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++