PdfPathOperationCurveTo Method
Creates a curve-to operation that appends a cubic Bezier curve segment from
the current point to the specified end point, using two control points
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public static PdfPathOperation CurveTo(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3
)
- x1 Single
- The X coordinate of the first control point in points
- y1 Single
- The Y coordinate of the first control point in points
- x2 Single
- The X coordinate of the second control point in points
- y2 Single
- The Y coordinate of the second control point in points
- x3 Single
- The X coordinate of the end point in points
- y3 Single
- The Y coordinate of the end point in points
PdfPathOperationThe constructed operation