Path2D.AddPath
AddPath(Path2D)
Adds to the path the path given by the argument.
public void AddPath(Path2D path)
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to add. |
See Also
- class Path2D
- package com.aspose.html.Dom.Canvas
- package Aspose.HTML
AddPath(Path2D, SVGMatrix)
Adds to the path the path given by the argument.
public void AddPath(Path2D path, SVGMatrix transformation)
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to add. |
transformation | SVGMatrix | An SVGMatrix to be used as the transformation matrix for the path that is added. |
See Also
- class SVGMatrix
- class Path2D
- package com.aspose.html.Dom.Canvas
- package Aspose.HTML