Applies a translate affine transform to the matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Translate ( _ offsetX As Single, _ offsetY As Single, _ order As MatrixOrder _ )
public void Translate( float offsetX, float offsetY, MatrixOrder order )
Type: System.Single
The value to move the matrix horizontally.Type: System.Single
The value to move the matrix vertically.