PdfPathCurveTo Method |
Name | Description | |
---|---|---|
CurveTo(PdfPoint, PdfPoint, PdfPoint) |
Curves to the destination point from the previous point using the sourceControlPoint and destinationControl point to render the curve
| |
CurveTo(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
|