Matrix.CreateTranslate Method

Returns the affine Matrix of the translate transform.

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

Syntax

C#
public static Matrix CreateTranslate(
	float offsetX,
	float offsetY
)

Parameters

offsetX

Type: System.Single

The value to move horizontally.
offsetY

Type: System.Single

The value to move vertically.

Return Value

A Matrix of the translate transform.

See Also

Reference