Description Usage Arguments Value Author(s)
Sets matrix to be the affine transformation given by
xx, yx, xy, yy, x0, y0. The transformation is given
by:
1 2 | x_new = xx * x + xy * y + x0;
y_new = yx * x + yy * y + y0;
|
1 | cairoMatrixInit(xx, yx, xy, yy, x0, y0)
|
|
[numeric] xx component of the affine transformation |
|
[numeric] yx component of the affine transformation |
|
[numeric] xy component of the affine transformation |
|
[numeric] yy component of the affine transformation |
|
[numeric] X translation component of the affine transformation |
|
[numeric] Y translation component of the affine transformation |
A list containing the following elements:
|
[ |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.