void xtd::drawing::graphics::translate_transform | ( | float | dx, |
float | dy, | ||
xtd::drawing::drawing_2d::matrix_order | order | ||
) |
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this xtd::drawing::graphics in the specified order.
dx | The x-coordinate of the translation. |
dy | The y-coordinate of the translation. |
order | Member of the xtd::drawing::drawing_2d::matrix_order enumeration that specifies whether the translation is prepended or appended to the transformation matrix. |