ConnectShapesViaConnectorIndex

ConnectShapesViaConnectorIndex(long, int, long, int, long)

通过连接器索引连接形状。

public void ConnectShapesViaConnectorIndex(long shapeFromId, int fromIndex, long shapeToId, 
    int toIndex, long connectorId)
范围类型描述
shapeFromIdInt64连接器开始的形状 IDShape.
fromIndexInt32第一个形状上的连接索引
shapeToIdInt64连接器结束的形状的 IDShape.
toIndexInt32第二个形状的连接索引
connectorIdInt64具有动态连接器类型的形状的 IDShape.

也可以看看


ConnectShapesViaConnectorIndex(Shape, int, Shape, int, Shape)

通过连接器索引连接形状。

public void ConnectShapesViaConnectorIndex(Shape shapeFrom, int fromIndex, Shape shapeTo, 
    int toIndex, Shape connector)
范围类型描述
shapeFromShape连接器开始的形状Shape.
fromIndexInt32第一个形状上的连接索引
shapeToShape连接器结束的形状Shape.
toIndexInt32第二个形状的连接索引
connectorShape带型动态连接器的形状Shape.

也可以看看