DocDevice.CubicBezierTo
DocDevice.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 override 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 DocDevice
- namespace Aspose.Html.Rendering.Doc
- assembly Aspose.HTML