Page.ConnectShapesViaConnectorIndex
Contents
[
Hide
]ConnectShapesViaConnectorIndex(long, int, long, int, long)
Connect shapes via connector index.
public void ConnectShapesViaConnectorIndex(long shapeFromId, int fromIndex, long shapeToId,
int toIndex, long connectorId)
| Parameter | Type | Description |
|---|---|---|
| shapeFromId | Int64 | The ID of shape where the connector begins Shape. |
| fromIndex | Int32 | The index of the connection on the first shape |
| shapeToId | Int64 | The ID of shape where the connector ends Shape. |
| toIndex | Int32 | he index of the connection on the second shape |
| connectorId | Int64 | The ID of shape with type Dynamic connector Shape. |
See Also
- class Page
- namespace Aspose.Diagram
- assembly Aspose.Diagram
ConnectShapesViaConnectorIndex(Shape, int, Shape, int, Shape)
Connect shapes via connector index.
public void ConnectShapesViaConnectorIndex(Shape shapeFrom, int fromIndex, Shape shapeTo,
int toIndex, Shape connector)
| Parameter | Type | Description |
|---|---|---|
| shapeFrom | Shape | The shape where the connector begins Shape. |
| fromIndex | Int32 | The index of the connection on the first shape |
| shapeTo | Shape | The shape where the connector ends Shape. |
| toIndex | Int32 | he index of the connection on the second shape |
| connector | Shape | The shape with type Dynamic connector Shape. |
See Also
- class Shape
- class Page
- namespace Aspose.Diagram
- assembly Aspose.Diagram