void xtd::drawing::graphics::translate_clip | ( | float | dx, |
float | dy | ||
) |
Translates the clipping region of this xtd::drawing::graphics by specified amounts in the horizontal and vertical directions.
dx | The x-coordinate of the translation. |
dy | The y-coordinate of the translation. |