Description Usage Arguments Author(s)
Modifies the current transformation matrix (CTM) by translating the
user-space origin by (tx
, ty
). This offset is interpreted as a
user-space coordinate according to the CTM in place before the new
call to cairoTranslate
. In other words, the translation of the
user-space origin takes place after any existing transformation.
1 | cairoTranslate(cr, tx, ty)
|
|
[ |
|
[numeric] amount to translate in the X direction |
|
[numeric] amount to translate in the Y 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.