Matrix.Translate Method
.NET Framework 4
Applies the specified translation vector to this Matrix by prepending the translation vector.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Translate(Single, Single) | Applies the specified translation vector (offsetX and offsetY) to this Matrix by prepending the translation vector. |
|
Translate(Single, Single, MatrixOrder) | Applies the specified translation vector to this Matrix in the specified order. |