Method CreateTranslation
CreateTranslation(double, double)
Creates a TransformMatrix with the specified translation vector.
public static TransformMatrix CreateTranslation(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.