System::Drawing::Drawing2D::GraphicsPath::AddBeziers metodo
Contenuti
[
Nascondere
]GraphicsPath::AddBeziers(const ArrayPtr<Point>&) method
Aggiunge una sequenza di curve cubiche di Bezier connesse alla figura corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddBeziers(const ArrayPtr<Point> &points)
| Parametro | Tipo | Descrizione |
|---|---|---|
| points | const ArrayPtr<Point>& | Un array di Point strutture che rappresentano i punti che definiscono le curve |
Vedi anche
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddBeziers(const ArrayPtr<PointF>&) method
Aggiunge una sequenza di curve cubiche di Bezier connesse alla figura corrente.
void System::Drawing::Drawing2D::GraphicsPath::AddBeziers(const ArrayPtr<PointF> &points)
| Parametro | Tipo | Descrizione |
|---|---|---|
| points | const ArrayPtr<PointF>& | Un array di PointF strutture che rappresentano i punti che definiscono le curve |
Vedi anche
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++