Search
Path.arcTo Method
See Also
 





Draws an arc.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function arcTo (x, y, radius, startAngle, endAngle, anticlockwise)

 Parameters

x

Number. The x-coordinate of the center of the circle.

y

Number. The y-coordinate of the center of the circle.

radius

Number. The radius of the circle

startAngle

Number. The starting angle in radians.

endAngle

Number. The ending angle in radians.

anticlockwise

Boolean. Specifies whether the drawing should be counterclockwise or clockwise.

 See Also