GraphicsPath.AddPath
AddPath(GraphicsPath)
追加指定的GraphicsPath到这条路.
public void AddPath(GraphicsPath addingPath)
| 范围 | 类型 | 描述 |
|---|---|---|
| addingPath | GraphicsPath | 这GraphicsPath加上。 |
也可以看看
- class GraphicsPath
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
AddPath(GraphicsPath, bool)
追加指定的GraphicsPath到这条路.
public void AddPath(GraphicsPath addingPath, bool connect)
| 范围 | 类型 | 描述 |
|---|---|---|
| addingPath | GraphicsPath | 这GraphicsPath加上。 |
| connect | Boolean | 一个布尔值,指定添加路径中的第一个图形是否是此路径中最后一个图形的一部分。 true 值指定添加路径中的第一个图窗是此路径中最后一个图窗的一部分。 false 值指定添加路径中的第一个图窗与此路径中的最后一个图窗分开。 |
也可以看看
- class GraphicsPath
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD