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