GraphicsPath.AddBeziers
GraphicsPath.AddBeziers method
Adds a sequence of connected cubic Bezier curves to the current figure.
public void AddBeziers(PointF[] points)
| Parameter | Type | Description |
|---|---|---|
| points | PointF[] | An array of PointF structures that represents the points that define the curves. |
See Also
- struct PointF
- class GraphicsPath
- namespace Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page