ArcSpecific.setStartAngle

Specifies the beginning of the angular range occupied by the arc. Degrees is given in units of degrees measured counter-clockwise from the 3-o'clock position; it may be either positive or negative.

mixintemplate ArcSpecific()
setStartAngle
(
this T
A
)
if (
is(A == double) ||
is(A == Nullable!(double))
)

Parameters

startAngle A

The start angle of the arc.

Return Value

Type: auto

This item to aid method chaining.

Meta