ComponentOne Bitmap for UWP
Translation(Size2F) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Translation Method : Translation(Size2F) 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 Size2F _
) As Matrix3x2
public static Matrix3x2 Translation( 
   Size2F 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