SVGSVGElement.CreateSVGTransformFromMatrix

SVGSVGElement.CreateSVGTransformFromMatrix method

Crea un objeto SVGTransform fuera de cualquier árbol de documentos. El objeto se inicializa en la transformación de matriz dada (es decir, SVG_TRANSFORM_MATRIX). Los valores de la matriz de parámetros se copian, el parámetro de matriz no se adopta como SVGTransform::matrix.

public SVGTransform CreateSVGTransformFromMatrix(SVGMatrix matrix)
ParámetroEscribeDescripción
matrixSVGMatrixLa matriz de transformación.

Valor_devuelto

Un objeto SVGTransform.

Ver también