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

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