Returns the affine Matrix of the translate transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Matrix CreateTranslate( float offsetX, float offsetY )
Type: System.Single
The value to move horizontally.Type: System.Single
The value to move vertically.