GraphicsPath.AddPath

AddPath(GraphicsPath)

追加指定的GraphicsPath到这条路.

public void AddPath(GraphicsPath addingPath)
范围类型描述
addingPathGraphicsPathGraphicsPath加上。

也可以看看


AddPath(GraphicsPath, bool)

追加指定的GraphicsPath到这条路.

public void AddPath(GraphicsPath addingPath, bool connect)
范围类型描述
addingPathGraphicsPathGraphicsPath加上。
connectBoolean一个布尔值,指定添加路径中的第一个图形是否是此路径中最后一个图形的一部分。 true 值指定添加路径中的第一个图窗是此路径中最后一个图窗的一部分。 false 值指定添加路径中的第一个图窗与此路径中的最后一个图窗分开。

也可以看看