SVGMatrix.Translate

SVGMatrix.Translate method

Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.

public SVGMatrix Translate(float x, float y)
ParameterTypeDescription
xSingleThe distance to translate along the x-axis.
ySingleThe distance to translate along the y-axis.

Return Value

The resulting matrix.

See Also