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

Matrix.Translate Method (Single, Single, MatrixOrder)

Applies a translate affine transform to the matrix.

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

Syntax

Visual Basic
Public Sub Translate ( _
	offsetX As Single, _
	offsetY As Single, _
	order As MatrixOrder _
)
C#
public void Translate(
	float offsetX,
	float offsetY,
	MatrixOrder order
)

Parameters

offsetX

Type: System.Single

The value to move the matrix horizontally.
offsetY

Type: System.Single

The value to move the matrix vertically.
order

Type: System.Drawing.Drawing2D.MatrixOrder

The order of the matrices in the multiplication operation.

See Also

Reference