Path2D.AddPath
AddPath(Path2D)
Fügt dem Pfad den durch das Argument angegebenen Pfad hinzu.
public void AddPath(Path2D path)
Parameter | Typ | Beschreibung |
---|---|---|
path | Path2D | Ein hinzuzufügender Path2D-Pfad. |
Siehe auch
- class Path2D
- namensraum Aspose.Html.Dom.Canvas
- Montage Aspose.HTML
AddPath(Path2D, SVGMatrix)
Fügt dem Pfad den durch das Argument angegebenen Pfad hinzu.
public void AddPath(Path2D path, SVGMatrix transformation)
Parameter | Typ | Beschreibung |
---|---|---|
path | Path2D | Ein hinzuzufügender Path2D-Pfad. |
transformation | SVGMatrix | Eine SVGMatrix, die als Transformationsmatrix für den hinzugefügten Pfad verwendet werden soll. |
Siehe auch
- class SVGMatrix
- class Path2D
- namensraum Aspose.Html.Dom.Canvas
- Montage Aspose.HTML