PathAppendCubicBezier Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Overload List

  NameDescription
Public methodCode exampleAppendCubicBezier(Double, Double, Double, Double)
Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points (see 8.5.2.2, "Cubic Bézier Curves"). The new current point shall be (x3, y3).
Public methodCode exampleAppendCubicBezier(Double, Double, Double, Double, Double, Double)
Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bézier control points. The new current point shall be (x3, y3).
Top
See Also

Reference