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

GdiGraphics.TranslateClip Method (Single, Single)

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 Single, _
	dy As Single _
)
C#
public void TranslateClip(
	float dx,
	float dy
)

Parameters

dx

Type: System.Single

Horizontal offset of the clipping region.
dy

Type: System.Single

Vertical offset of the clipping region.

See Also

Reference