Path2D.AddPath

AddPath(Path2D)

将参数给定的路径添加到路径中。

public void AddPath(Path2D path)
范围类型描述
pathPath2D要添加的 Path2D 路径。

也可以看看


AddPath(Path2D, SVGMatrix)

将参数给定的路径添加到路径中。

public void AddPath(Path2D path, SVGMatrix transformation)
范围类型描述
pathPath2D要添加的 Path2D 路径。
transformationSVGMatrix一个 SVGMatrix 用作添加路径的变换矩阵。

也可以看看