IMatrix.Translate

Translate(float, float, WebMatrixOrder)

Translates the matrix by the specified offset values in the specified order.

public void Translate(float offsetX, float offsetY, WebMatrixOrder order)
ParameterTypeDescription
offsetXSingleThe offset value along the x-axis.
offsetYSingleThe offset value along the y-axis.
orderWebMatrixOrderThe order in which translation is applied.

See Also


Translate(float, float)

Translates the matrix by the specified offset values.

public void Translate(float offsetX, float offsetY)
ParameterTypeDescription
offsetXSingleThe offset value along the x-axis.
offsetYSingleThe offset value along the y-axis.

See Also