cairo_matrix_translate.Rd
Applies a translation by tx, ty to the transformation in matrix. The effect of the new transformation is to first translate the coordinates by tx and ty, then apply the original transformation to the coordinates.
cairo_matrix_translate(matrix, tx, ty)
matrix | [ |
---|---|
tx | [ |
ty | [ |
Since: 1.0
C function prototype: void cairo_matrix_translate (cairo_matrix_t *matrix, double tx, double ty)
Other cairo-matrix:
cairo_matrix_init_rotate()
,
cairo_matrix_init_scale()
,
cairo_matrix_init_translate()
,
cairo_matrix_init()
,
cairo_matrix_invert()
,
cairo_matrix_multiply()
,
cairo_matrix_rotate()
,
cairo_matrix_scale()
,
cairo_matrix_transform_distance()
,
cairo_matrix_transform_point()