Draws an arc.
Namespace: MindFusion.Drawing
File: Path.js
JavaScript Copy Code |
---|
function arcTo (x, y, radius, startAngle, endAngle, anticlockwise) |
Number. The x-coordinate of the center of the circle.
Number. The y-coordinate of the center of the circle.
Number. The radius of the circle
Number. The starting angle in radians.
Number. The ending angle in radians.
Boolean. Specifies whether the drawing should be counterclockwise or clockwise.