ConnectShapesViaConnector
Inhalt
[
Ausblenden
]ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)
Formen über Verbinder verbinden.
public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom,
Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
| Parameter | Typ | Beschreibung |
|---|---|---|
| shapeFrom | Shape | Die Form, an der der Verbinder beginntShape. |
| placeFrom | ConnectionPointPlace | Die Position auf dem ersten Shape, an der der Verbinder verbunden wirdConnectionPointPlace. |
| shapeTo | Shape | Die Form, an der der Verbinder endetShape. |
| placeTo | ConnectionPointPlace | Die Position auf dem zweiten Shape, an der der Verbinder verbunden wirdConnectionPointPlace. |
| connector | Shape | Das Shape vom Typ Dynamischer VerbinderShape. |
Siehe auch
- class Shape
- enum ConnectionPointPlace
- class Page
- namensraum Aspose.Diagram
- Montage Aspose.Diagram
ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)
Formen über Verbinder verbinden.
public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom,
long shapeToId, ConnectionPointPlace placeTo, long connectorId)
| Parameter | Typ | Beschreibung |
|---|---|---|
| shapeFromId | Int64 | Die ID der Form, an der der Verbinder beginntShape. |
| placeFrom | ConnectionPointPlace | Die Position auf dem ersten Shape, an der der Verbinder verbunden wirdConnectionPointPlace. |
| shapeToId | Int64 | Die ID der Form, an der der Verbinder endetShape. |
| placeTo | ConnectionPointPlace | Die Position auf dem zweiten Shape, an der der Verbinder verbunden wirdConnectionPointPlace. |
| connectorId | Int64 | Die ID des Shapes vom Typ Dynamischer VerbinderShape. |
Siehe auch
- enum ConnectionPointPlace
- class Page
- namensraum Aspose.Diagram
- Montage Aspose.Diagram
ConnectShapesViaConnector(long, string, long, string, long)
Formen über Verbinder verbinden.
public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId,
string toConnectionName, long connectorId)
| Parameter | Typ | Beschreibung |
|---|---|---|
| shapeFromId | Int64 | Die ID der Form, an der der Verbinder beginntShape. |
| fromConnectionName | String | Der Verbindungsname auf dem ersten Shape, mit dem der Connector verbunden wird. |
| shapeToId | Int64 | Die ID der Form, an der der Verbinder endetShape. |
| toConnectionName | String | Der Verbindungsname auf dem zweiten Shape, mit dem der Connector verbunden wird. |
| connectorId | Int64 | Die ID des Shapes vom Typ Dynamischer VerbinderShape. |
Siehe auch
- class Page
- namensraum Aspose.Diagram
- Montage Aspose.Diagram