startAngle([angle])
Class: Arc.
Description:
Gets or sets the starting angle of the arc.
The starting angle defines where the arc begins, measured in degrees
from the positive x-axis in a clockwise direction.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Sets the start angle (0 to 360 degrees). |
Returns:
Returns the current start angle if no parameter is given, otherwise returns the Arc instance for chaining.
Type: number | Arc
