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)
Parameter | Type | Description |
---|---|---|
secondMatrix | SVGMatrix | The matrix which is post-multiplied to this matrix. |
Return Value
The resulting matrix.
See Also
- class SVGMatrix
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG