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