IDevice.CubicBezierTo
IDevice.CubicBezierTo method
Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt3, using pt1 and pt2 as the Bézier control points. The new current point is pt3.
public 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
- interface IDevice
- namespace Aspose.Html.Rendering
- assembly Aspose.HTML