ArcSpecific.setExtent

Specifies the size of the angular range occupied by the arc. The arc's range extends for degrees counter-clockwise from the starting angle. Degrees may be negative. If it is greater than 360 or less than -360, then degrees modulo 360 is used as the extent.

mixintemplate ArcSpecific()
setExtent
(
this T
)
(
int extent
)

Parameters

extent int

The extent of the arc.

Return Value

Type: auto

This item to aid method chaining.

Meta