Graphics.TranslateClip
TranslateClip(int, int)
Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
public void TranslateClip(int dx, int dy)
Parameter | Type | Description |
---|---|---|
dx | Int32 | The x-coordinate of the translation. |
dy | Int32 | The y-coordinate of the translation. |
See Also
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
TranslateClip(float, float)
Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
public void TranslateClip(float dx, float dy)
Parameter | Type | Description |
---|---|---|
dx | Single | The x-coordinate of the translation. |
dy | Single | The y-coordinate of the translation. |
See Also
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing