Adds an arc to the current path using a radius and specified angles(in radians).
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)
Syntax
JavaScript |
---|
function arc(x, y, radius, startAngle, endAngle, clockwise); |
Parameters
- x
- Type: System..::..Int32
The x.
- y
- Type: System..::..Int32
The y.
- radius
- Type: System..::..Int32
The radius.
- startAngle
- Type: System..::..Int32
The start angle.
- endAngle
- Type: System..::..Int32
The end angle.
- clockwise
- Type: System..::..Boolean
if set to true [clockwise].