ComponentOne Bitmap for UWP
Translation(Vector2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Translation Method : Translation(Vector2) Method
The offset for all three coordinate planes.
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

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List