gdkDrawArc {RGtk2} | R Documentation |
Draws an arc or a filled 'pie slice'. The arc is defined by the bounding rectangle of the entire ellipse, and the start and end angles of the part of the ellipse to be drawn.
gdkDrawArc(object, gc, filled, x, y, width, height, angle1, angle2)
|
[GdkDrawable ] a GdkDrawable (a GdkWindow or a GdkPixmap ). |
|
[GdkGC ] a GdkGC . |
|
[logical] TRUE if the arc should be filled, producing a 'pie slice'. |
|
[integer] the x coordinate of the left edge of the bounding rectangle. |
|
[integer] the y coordinate of the top edge of the bounding rectangle. |
|
[integer] the width of the bounding rectangle. |
|
[integer] the height of the bounding rectangle. |
|
[integer] the start angle of the arc, relative to the 3 o'clock position, counter-clockwise, in 1/64ths of a degree. |
|
[integer] the end angle of the arc, relative to angle1 , in 1/64ths
of a degree. |
Derived by RGtkGen from GTK+ documentation