Path.Translate Method

Translates the path.

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

Syntax

C#
public void Translate(
	float dx,
	float dy
)

Parameters

dx

Type: System.Single

The value by which path moved on the x-axis.
dy

Type: System.Single

The value by which path moved on the y-axis.

See Also

Reference