Method Translate
Translate(float, float)
Applies the specified translation vector to this TransformMatrix by prepending the translation vector.
public void Translate(float offsetX, float offsetY)
Parameters
offsetXfloatThe x value by which to translate this TransformMatrix.
offsetYfloatThe y value by which to translate this TransformMatrix.