pangoMatrixTranslate {RGtk2} | R Documentation |
Changes the transformation represented by matrix
to be the
transformation given by first translating by (tx
, ty
)
then applying the original transformation.
pangoMatrixTranslate(object, tx, ty)
|
[PangoMatrix ] a PangoMatrix |
|
[numeric] amount to translate in the X direction |
|
[numeric] amount to translate in the Y direction |
Since 1.6
Derived by RGtkGen from GTK+ documentation