IPath.QuadraticCurveTo

IPath.QuadraticCurveTo method

Adds a quadratic Bézier curve segment to the path.

public void QuadraticCurveTo(float controlPointX, float controlPointY, float endPointX, 
    float endPointY)
ParameterTypeDescription
controlPointXSingleThe x-coordinate of the control point.
controlPointYSingleThe y-coordinate of the control point.
endPointXSingleThe x-coordinate of the destination point.
endPointYSingleThe y-coordinate of the destination point.

See Also