Icon QuadraticCurveTo Method

procedure QuadraticCurveTo(CPX,CPY: Double; X,Y: Double)

Available In: Visual Client Applications

Use this method to add a quadratic Bezier curve segment to the current subpath of the canvas. The curve starts at the current point of the canvas and ends at the point specified by the last two parameters. The first two parameters specify the shape of the curve between these two points. After this method is called, the current point on the canvas is the specified end point.
Image