Method DrawBezier
DrawBezier(Pen, PointD, PointD, PointD, PointD)
Draws a Bezier spline defined by four PointD structures.
public override void DrawBezier(Pen pen, PointD startPoint, PointD controlPoint1, PointD controlPoint2, PointD endPoint)
Parameters
pen
PenPen that determines the color, width, and style of the curve.
startPoint
PointDPointD structure that represents the starting point of the curve.
controlPoint1
PointDPointD structure that represents the first control point for the curve.
controlPoint2
PointDPointD structure that represents the second control point for the curve.
endPoint
PointDPointD structure that represents the ending point of the curve.