IMatrix.Translate

Translate(float, float, SvgMatrixOrder)

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

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

See Also


Translate(float, float)

Translates the matrix by the specified offset values.

public void Translate(float tx, float ty)
ParameterTypeDescription
txSingleThe offset value along the x-axis.
tySingleThe offset value along the y-axis.

See Also