cairoMatrixInitTranslate {RGtk2} | R Documentation |
Initializes matrix
to a transformation that translates by tx
and
ty
in the X and Y dimensions, respectively.
cairoMatrixInitTranslate(tx, ty)
|
[numeric] amount to translate in the X direction |
|
[numeric] amount to translate in the Y direction |
A list containing the following elements:
|
[CairoMatrix ] a cairo_matrix_t |
Derived by RGtkGen from GTK+ documentation