GlueShapesInContainer
GlueShapesInContainer(long, string, string, long)
使用连接名称 在容器中粘贴形状
public void GlueShapesInContainer(long shapeFromId, string shapeToBeginConnectionName,
string shapeToEndConnectionName, long shapeToId)
| 范围 | 类型 | 描述 |
|---|---|---|
| shapeFromId | Int64 | 来自胶水的形状的 IDShape. |
| shapeToBeginConnectionName | String | 第一个连接名称上的粘合位置。 |
| shapeToEndConnectionName | String | 末端连接名称上粘贴的位置。 |
| shapeToId | Int64 | 要粘附到的形状的 IDShape. |
也可以看看
- class Page
- 命名空间 Aspose.Diagram
- 部件 Aspose.Diagram
GlueShapesInContainer(long, int, int, long)
容器中的胶水形状
public void GlueShapesInContainer(long shapeFromId, int shapeToBeginConnectionIndex,
int shapeToEndConnectionIndex, long shapeToId)
| 范围 | 类型 | 描述 |
|---|---|---|
| shapeFromId | Int64 | 来自胶水的形状的 IDShape. |
| shapeToBeginConnectionIndex | Int32 | 第一个连接索引上的粘合位置。 |
| shapeToEndConnectionIndex | Int32 | 末端连接索引上的胶水位置。 |
| shapeToId | Int64 | 要粘附到的形状的 IDShape. |
也可以看看
- class Page
- 命名空间 Aspose.Diagram
- 部件 Aspose.Diagram