This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.TranslateClip Method (Int32, Int32)

Shifts the clipping region by given horizontal and vertical offset.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub TranslateClip ( _
	dx As Integer, _
	dy As Integer _
)
C#
public void TranslateClip(
	int dx,
	int dy
)

Parameters

dx

Type: System.Int32

Horizontal offset of the clipping region.
dy

Type: System.Int32

Vertical offset of the clipping region.

See Also

Reference