Description Usage Arguments Author(s)
Applies rotation by radians
to the transformation in
matrix
. The effect of the new transformation is to first rotate the
coordinates by radians
, then apply the original transformation
to the coordinates.
1 | cairoMatrixRotate(matrix, radians)
|
|
[ |
|
[numeric] angle of rotation, in radians. The direction of rotation is defined such that positive angles rotate in the direction from the positive X axis toward the positive Y axis. With the default axis orientation of cairo, positive angles rotate in a clockwise direction. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.