System::Drawing::Drawing2D::GraphicsPath::AddBeziers metodo

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)
ParametroTipoDescrizione
pointsconst ArrayPtr<Point>&Un array di strutture Point che rappresentano i punti che definiscono le curve

Vedi anche

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)
ParametroTipoDescrizione
pointsconst ArrayPtr<PointF>&Un array di strutture PointF che rappresentano i punti che definiscono le curve

Vedi anche