Path2DAddPath Method (Path2D, SVGMatrix) |
Adds to the path the path given by the argument.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void AddPath(
Path2D path,
SVGMatrix transformation
)
Public Sub AddPath (
path As Path2D,
transformation As SVGMatrix
)
public:
void AddPath(
Path2D^ path,
SVGMatrix^ transformation
)
member AddPath :
path : Path2D *
transformation : SVGMatrix -> unit
Parameters
- path
- Type: Aspose.Html.Dom.CanvasPath2D
A Path2D path to add. - transformation
- Type: Aspose.Html.Dom.Svg.DataTypesSVGMatrix
An SVGMatrix to be used as the transformation matrix for the path that is added.
See Also