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。

関連項目