Applies the specified translation vector to this Matrix in the specified order.
            
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.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
 - Type: SystemSingle
The x value by which to translate this Matrix.  - offsetY
 - Type: SystemSingle
The y value by which to translate this Matrix.  - order
 - Type: Easymap.AddIn.Common.GraphicsMatrixOrder
A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix. 
See Also