ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Translation Method / Translation(Vector2) Method
The offset for all three coordinate planes.

In This Topic
    Translation(Vector2) Method
    In This Topic
    Creates a translation matrix using the specified offsets.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Translation( _
       ByVal value As Vector2 _
    ) As Matrix3x2
    public static Matrix3x2 Translation( 
       Vector2 value
    )

    Parameters

    value
    The offset for all three coordinate planes.

    Return Value

    The created translation matrix.
    See Also