CanvasDrawCurve Method (Pen, PointF, PointF, PointF, PointF)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Draws a cubic Bézier curve.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Parameters
- pen
- Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the curve. - pt1
- Type: System.DrawingPointF
The starting point of the curve. - pt2
- Type: System.DrawingPointF
The first control point for the curve. - pt3
- Type: System.DrawingPointF
The second control point for the curve. - pt4
- Type: System.DrawingPointF
The ending point of the curve.
See Also