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