CreateSVGTransformFromMatrix

SVGSVGElement.CreateSVGTransformFromMatrix method

Crée un objet SVGTransform en dehors de toute arborescence de documents. L’objet est initialisé à la transformation matricielle donnée (c’est-à-dire, SVG_TRANSFORM_MATRIX). Les valeurs du paramètre matrix sont copiées, le paramètre matrix n’est pas adopté comme SVGTransform::matrix.

public SVGTransform CreateSVGTransformFromMatrix(SVGMatrix matrix)
ParamètreTaperLa description
matrixSVGMatrixLa matrice de transformation.

Return_Value

Un objet SVGTransform.

Voir également