SVGSVGElement.CreateSVGTransformFromMatrix
SVGSVGElement.CreateSVGTransformFromMatrix method
在任何文档树之外创建一个 SVGTransform 对象。该对象被初始化为给定的矩阵变换(即 SVG_TRANSFORM_MATRIX)。复制参数矩阵的值,不采用矩阵参数作为 SVGTransform::matrix.
public SVGTransform CreateSVGTransformFromMatrix(SVGMatrix matrix)
范围 | 类型 | 描述 |
---|---|---|
matrix | SVGMatrix | 变换矩阵。 |
返回值
一个 SVGTransform 对象。
也可以看看
- class SVGTransform
- class SVGMatrix
- class SVGSVGElement
- 命名空间 Aspose.Html.Dom.Svg
- 部件 Aspose.HTML