Graphics.TranslateClip Method

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)

Syntax

C#
public void TranslateClip(
	int dx,
	int dy
)

Parameters

dx

Type: System.Int32

The x-coordinate of the translation.
dy

Type: System.Int32

The y-coordinate of the translation.

See Also

Reference