DrawBezier(Pen,Brush,Single,Single,Single,Single,Single,Single,Single,Single) Method
In This Topic
Draws a cubic Bezier curve.
Syntax
Parameters
- pen
- The pen with which to draw the curve
- brush
- The brush with which to draw the curve
- sx
- The x coordinate of the start point
- sy
- The y coordinate of the start point
- cx1
- The x coordinate of the first control point point
- cy1
- The y coordinate of the first control point point
- cx2
- The x coordinate of the second control point
- cy2
- The y coordinate of the second control point
- ex
- The x coordinate of the end point
- ey
- The y coordinate of the end point
See Also