Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void TranslateClip( int dx, int dy )
Type: System.Int32
The x-coordinate of the translation.Type: System.Int32
The y-coordinate of the translation.