Click or drag to resize

MatrixTranslate Method

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: 11.2.0.0
Syntax
public void Translate(
	float offsetX,
	float offsetY,
	MatrixOrder order
)

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