Translate Method (TransformMatrix)
In This Topic
Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector.
Overload List
Overload | Description |
Translate(Single,Single) | Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector. |
Translate(Single,Single,TransformOrder) | Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector. |
See Also