Description Usage Arguments Details Author(s)
Adds a circular arc of the given radius to the current path. The
arc is centered at (xc, yc), begins at angle1 and proceeds in
the direction of decreasing angles to end at angle2. If angle2 is
greater than angle1 it will be progressively decreased by 2*M_PI
until it is less than angle1.
1 | cairoArcNegative(cr, xc, yc, radius, angle1, angle2)
|
|
[ |
|
[numeric] X position of the center of the arc |
|
[numeric] Y position of the center of the arc |
|
[numeric] the radius of the arc |
|
[numeric] the start angle, in radians |
|
[numeric] the end angle, in radians |
See cairoArc for more details. This function differs only in the
direction of the arc between the two angles.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.