multiply method
Post-multiplies the matrix by the specified second matrix and returns the resulting matrix.
![]() ![]() |
Syntax
var retval = SVGMatrix.multiply(secondMatrix);Parameters
- secondMatrix [in]
-
Type: ISVGMatrix
The matrix to post-multiply to this matrix.
Return value
Type: ISVGMatrix
The resulting matrix.
Standards information
Remarks
Post-multiplies means that other matrix operations are performed before this operation.
See also
Show:

