ArcTo
Inherits from: PathElement
Overview
A path element that forms an arc from the previous coordinates to the specified x and y coordinates using the specified radius. Example:
For more information on path elements see the Path and PathElement classes.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| radiusX | Number | 0.0 |
The horizontal radius to use for the arc. |
| radiusY | Number | 0.0 |
The vertical radius to use for the arc. |
| xAxisRotation | Number | 0.0 |
The x-axis rotation in degrees. |
| largeArcFlag | Boolean | false |
The large arc flag. |
| sweepFlag | Boolean | false |
The sweep flag |
| x | Number | 0.0 |
The x coordinate to arc to. |
| y | Number | 0.0 |
The y coordinate to arc to. |
Inherited Variables
PathElement
| name | type | Default Value | description |
|---|---|---|---|
| absolute | Boolean | true |
A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates. |
