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.cairoMatrixTranslate(matrix, tx, ty)
matrix
CairoMatrix
] a cairo_matrix_ttx
ty