Dial.angle1
short angle1() const nothrow @nogcGets the first angle (start angle for the dial arc).
The default is 45 degrees. 0 degrees is straight down, and angles progress clockwise.
Returns
The first angle in degrees
void angle1(short angle) nothrow @nogcSets the first angle.
Parameters
angle | The first angle in degrees |