GraphicsPath.AddBeziers
AddBeziers(Point[])
Adds a sequence of connected cubic Bézier curves to the current figure.
public void AddBeziers(Point[] points)
Parameter | Type | Description |
---|---|---|
points | Point[] | The points. |
See Also
- struct Point
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
AddBeziers(PointF[])
Adds a sequence of connected cubic Bézier curves to the current figure.
public void AddBeziers(PointF[] points)
Parameter | Type | Description |
---|---|---|
points | PointF[] | The points. |
See Also
- struct PointF
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing