Applies the specified translation vector to this Matrix in the specified order.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void Translate(
float offsetX,
float offsetY,
MatrixOrder order
)
Public Sub Translate (
offsetX As Single,
offsetY As Single,
order As MatrixOrder
)
Parameters
- offsetX Single
- The x value by which to translate this Matrix.
- offsetY Single
- The y value by which to translate this Matrix.
- order MatrixOrder
- A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix.
See Also