SVGTransform.SetMatrix

SVGTransform.SetMatrix method

Définit le type de transformation sur SVG_TRANSFORM_MATRIX, avec le paramètre matrix définissant la nouvelle transformation. Les valeurs du paramètre matrix sont copiées, le paramètre matrix ne remplace pas SVGTransform::matrix.

public void SetMatrix(SVGMatrix matrix)
ParamètreTaperLa description
matrixSVGMatrixLa nouvelle matrice pour la transformation.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR . Déclenché lors d’une tentative de modification de la valeur d’un attribut en lecture seule.

Voir également