System::Drawing::Drawing2D::GraphicsPath::AddBeziers method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<Point>& | An array of Point structures that represents the points that define the curves |
See Also
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++
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)
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 PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++