Method Translate
Translate(float, float, MatrixOrder)
Applies the specified translation vector to this Matrix in the specified order.
public void Translate(float offsetX, float offsetY, MatrixOrder order)
Parameters
offsetX
floatThe offset X.
offsetY
floatThe offset Y.
order
MatrixOrderThe order.
Translate(float, float)
Applies the specified translation vector to this Matrix using (default) Prepend order.
public void Translate(float tx, float ty)