AddBeziers()

GraphicsPath::AddBeziers(const ArrayPtr<Point>&) method

Adds a sequence of connected cubic Bezier curves to the current figure.

void System::Drawing::Drawing2D::GraphicsPath::AddBeziers(const ArrayPtr<Point> &points)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<Point>&An array of Point structures that represents the points that define the curves

GraphicsPath::AddBeziers(const ArrayPtr<PointF>&) method

Adds a sequence of connected cubic Bezier curves to the current figure.

void System::Drawing::Drawing2D::GraphicsPath::AddBeziers(const ArrayPtr<PointF> &points)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<PointF>&An array of PointF structures that represents the points that define the curves

See Also