Icon BezierCurveTo Method

procedure BezierCurveTo(CPX1,CPY1,CPX2,CPY2: Double; X,Y:
      Double)

Available In: Visual Client Applications

Use this method to add a cubic Bezier curve to the current subpath of the canvas. The first four parameters define the shape of the curve. The starting point of the curve is the current point of the canvas and the end point is defined by the last two parameters. After this method is called, the current point on the canvas is the specified end point.
Image