[]
Draws one Bezier curves on current Graphics
.
public void DrawBezier(Pen pen, Point startPoint, Point controlPoint1, Point controlPoint2, Point endPoint)
Type | Name | Description |
---|---|---|
Pen | pen | A Pen indicate the pen used to draw |
Point | startPoint | A Point indicate the Bezier curves start point |
Point | controlPoint1 | A Point indicate the first control point of the Bezier curves |
Point | controlPoint2 | A Point indicate the second control point of the Bezier curves |
Point | endPoint | A Point indicate the line end point |
Type | Condition |
---|---|
SystemErrorException |