Path2D.AddPath

AddPath(Path2D)

Adds to the path the path given by the argument.

public void AddPath(Path2D path)
ParameterTypeDescription
pathPath2DA Path2D path to add.

See Also


AddPath(Path2D, SVGMatrix)

Adds to the path the path given by the argument.

public void AddPath(Path2D path, SVGMatrix transformation)
ParameterTypeDescription
pathPath2DA Path2D path to add.
transformationSVGMatrixAn SVGMatrix to be used as the transformation matrix for the path that is added.

See Also