SVGMatrix.Multiply

SVGMatrix.Multiply method

Performs matrix multiplication. This matrix is post-multiplied by another matrix, returning the resulting new matrix.

public SVGMatrix Multiply(SVGMatrix secondMatrix)
ParameterTypeDescription
secondMatrixSVGMatrixThe matrix which is post-multiplied to this matrix.

Return Value

The resulting matrix.

See Also