SVGSVGElement.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ètre | Taper | La description |
---|---|---|
matrix | SVGMatrix | La matrice de transformation. |
Return_Value
Un objet SVGTransform.
Voir également
- class SVGTransform
- class SVGMatrix
- class SVGSVGElement
- espace de noms Aspose.Html.Dom.Svg
- Assemblée Aspose.HTML