Translate(Single,Single) Method
In This Topic
Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector.
Syntax
'Declaration
Public Overloads Sub Translate( _
ByVal As Single, _
ByVal As Single _
)
public void Translate(
float ,
float
)
Parameters
- offsetX
- The x value by which to translate this Matrix.
- offsetY
- The y value by which to translate this Matrix.
See Also