Annulus
Defines the location and size of an annulus, as shown in the following illustration.
Elements
Name | Type | Description |
---|---|---|
center | Point | The coordinate location of the center of the annulus. |
innerRadius | int | The internal radius of the annulus. |
outerRadius | int | The external radius of the annulus. |
startAngle | double | The start angle, in degrees, of the annulus. |
endAngle | double | The end angle, in degrees, of the annulus. |