Prepends the specified translation vector to the
MatrixEx
Syntax
'Declaration
Public Sub Translate( _
ByVal As Single, _
ByVal As Single _
)
public void Translate(
float ,
float
)
Parameters
- offsetX
- the translation X value to use
- offsetY
- the translation Y value to use
See Also