DrawBezier Method (C1PdfDocument)
In This Topic
Draws a Bezier spline defined by four point structures.
Syntax
Parameters
- pen
- System.Drawing.Pen object that determines the color, width, and style of the Bezier spline.
- start
- A point structure that represents the starting point of the curve.
- ctl1
- A point structure that represents the first control point for the curve.
- ctl2
- A point structure that represents the second control point for the curve.
- end
- A point structure that represents the ending point of the curve.
See Also