Path2D.AddPath
AddPath(Path2D)
Voegt aan het pad het pad toe dat wordt gegeven door het argument.
public void AddPath(Path2D path)
Parameter | Type | Beschrijving |
---|---|---|
path | Path2D | Een Path2D-pad om toe te voegen. |
Zie ook
- class Path2D
- naamruimte Aspose.Html.Dom.Canvas
- montage Aspose.HTML
AddPath(Path2D, SVGMatrix)
Voegt aan het pad het pad toe dat wordt gegeven door het argument.
public void AddPath(Path2D path, SVGMatrix transformation)
Parameter | Type | Beschrijving |
---|---|---|
path | Path2D | Een Path2D-pad om toe te voegen. |
transformation | SVGMatrix | Een SVGMatrix die moet worden gebruikt als de transformatiematrix voor het pad dat wordt toegevoegd. |
Zie ook
- class SVGMatrix
- class Path2D
- naamruimte Aspose.Html.Dom.Canvas
- montage Aspose.HTML