void xtd::drawing::graphics::translate_transform | ( | float | dx, |
float | dy | ||
) |
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this xtd::drawing::graphics.
dx | The x-coordinate of the translation. |
dy | The y-coordinate of the translation. |