draw_circle_arc_with_options


Description:

public void draw_circle_arc_with_options (int xc, int yc, int r, int start, int end, ArcStyle style, LineOptions o)

Draws an arc on the current context centered at the specified coordinates from the starting angle to the ending angle with the specified radius, arc style and options.

Parameters:

xc

the X coordinate of the center of the arc

yc

the Y coordinate of the center of the arc

r

the radius of the arc

start

the starting angle in 1/10ths of degrees

end

the ending angle in 1/10ths of degrees

style

the arc style

o

the options


Namespace: Grx
Package: grx-3.0