Device-2.CubicBezierTo
Device<TGraphicContext,TRenderingOptions>.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 abstract 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 Device<TGraphicContext,TRenderingOptions>
- package com.aspose.html.Rendering
- package Aspose.HTML