SVGSVGElement.CreateSVGTransformFromMatrix
SVGSVGElement.CreateSVGTransformFromMatrix method
Creates an SVGTransform object outside of any document trees. The object is initialized to the given matrix transform (i.e., SVG_TRANSFORM_MATRIX). The values from the parameter matrix are copied, the matrix parameter is not adopted as SVGTransform::matrix.
public SVGTransform CreateSVGTransformFromMatrix(SVGMatrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | SVGMatrix | The transform matrix. |
Return Value
An SVGTransform object.
See Also
- class SVGTransform
- class SVGMatrix
- class SVGSVGElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML