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

