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