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
Parameter | Type | Description |
---|---|---|
points | const 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
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<PointF>& | An array of PointF structures that represents the points that define the curves |
See Also
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Class PointF
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides