DeviceAdapter.CubicBezierTo
DeviceAdapter.CubicBezierTo method
Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt2, using pt1 and pt2 as the Bézier control points. The new current point is pt3.
public virtual void CubicBezierTo(PointF pt1, PointF pt2, PointF pt3)
Parameter | Type | Description |
---|---|---|
pt1 | PointF | Coordinates of first point |
pt2 | PointF | Coordinates of second point |
pt3 | PointF | Coordinates of third point |
See Also
- class DeviceAdapter
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG