Click or drag to resize

PdfPathCurveTo Method

Overload List
  NameDescription
Public methodCurveTo(PdfPoint, PdfPoint, PdfPoint)
Curves to the destination point from the previous point using the sourceControlPoint and destinationControl point to render the curve
Public methodCurveTo(Double, Double, Double, Double, Double, Double)
Curves to the destination point from the previous point using the (x1, y1) as the source control point, (x2, y2) as the destination control point and (x3, y3) as the destination point to render the curve
Top
See Also