SVGSVGElement.CreateSVGTransformFromMatrix

SVGSVGElement.CreateSVGTransformFromMatrix method

在任何文档树之外创建一个 SVGTransform 对象。该对象被初始化为给定的矩阵变换(即 SVG_TRANSFORM_MATRIX)。复制参数矩阵的值,不采用矩阵参数作为 SVGTransform::matrix.

public SVGTransform CreateSVGTransformFromMatrix(SVGMatrix matrix)
范围类型描述
matrixSVGMatrix变换矩阵。

返回值

一个 SVGTransform 对象。

也可以看看