TranslationRef Method (Matrix3x2)
In This Topic
Creates a translation matrix using the specified offsets.
Syntax
'Declaration
Public Shared Sub TranslationRef( _
ByRef As Matrix3x2, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void TranslationRef(
out Matrix3x2 ,
System.float ,
System.float
)
Parameters
- result
- When the method completes, contains the created translation matrix.
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
See Also