translate method
Post-multiplies the matrix by a translation transformation and returns the resulting matrix.
![]() ![]() |
Syntax
ISVGMatrix retVal = object.translate(x, y);
Parameters
- x [in]
-
Type: float
The distance to translate along the x-axis.
- y [in]
-
Type: float
The distance to translate along the y-axis.
Standards information
Remarks
Post-multiplies means that other matrix operations are performed before this operation.
Show:

