Path2D.AddPath
AddPath(Path2D)
Ajoute au chemin le chemin donné par l’argument.
public void AddPath(Path2D path)
Paramètre | Taper | La description |
---|---|---|
path | Path2D | Un chemin Path2D à ajouter. |
Voir également
- class Path2D
- espace de noms Aspose.Html.Dom.Canvas
- Assemblée Aspose.HTML
AddPath(Path2D, SVGMatrix)
Ajoute au chemin le chemin donné par l’argument.
public void AddPath(Path2D path, SVGMatrix transformation)
Paramètre | Taper | La description |
---|---|---|
path | Path2D | Un chemin Path2D à ajouter. |
transformation | SVGMatrix | SVGMatrix à utiliser comme matrice de transformation pour le chemin ajouté. |
Voir également
- class SVGMatrix
- class Path2D
- espace de noms Aspose.Html.Dom.Canvas
- Assemblée Aspose.HTML