ConnectShapesViaConnector
inhoud
[
verbergen
]ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)
Vormen verbinden via connector.
public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom,
Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
Parameter | Type | Beschrijving |
---|---|---|
shapeFrom | Shape | De vorm waar de verbindingslijn begintShape . |
placeFrom | ConnectionPointPlace | De locatie op de eerste shape waar de connector wordt aangeslotenConnectionPointPlace . |
shapeTo | Shape | De vorm waar de connector eindigtShape . |
placeTo | ConnectionPointPlace | De locatie op de tweede shape waar de connector wordt aangeslotenConnectionPointPlace . |
connector | Shape | De vorm met type Dynamische connectorShape . |
Zie ook
- class Shape
- enum ConnectionPointPlace
- class Page
- naamruimte Aspose.Diagram
- montage Aspose.Diagram
ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)
Vormen verbinden via connector.
public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom,
long shapeToId, ConnectionPointPlace placeTo, long connectorId)
Parameter | Type | Beschrijving |
---|---|---|
shapeFromId | Int64 | De ID van de shape waar de connector begintShape . |
placeFrom | ConnectionPointPlace | De locatie op de eerste shape waar de connector wordt aangeslotenConnectionPointPlace . |
shapeToId | Int64 | De ID van de shape waar de connector eindigtShape . |
placeTo | ConnectionPointPlace | De locatie op de tweede shape waar de connector wordt aangeslotenConnectionPointPlace . |
connectorId | Int64 | De ID van vorm met type dynamische connectorShape . |
Zie ook
- enum ConnectionPointPlace
- class Page
- naamruimte Aspose.Diagram
- montage Aspose.Diagram
ConnectShapesViaConnector(long, string, long, string, long)
Vormen verbinden via connector.
public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId,
string toConnectionName, long connectorId)
Parameter | Type | Beschrijving |
---|---|---|
shapeFromId | Int64 | De ID van de shape waar de connector begintShape . |
fromConnectionName | String | De naam van de verbinding op de eerste shape waar de connector wordt aangesloten. |
shapeToId | Int64 | De ID van de shape waar de connector eindigtShape . |
toConnectionName | String | De verbindingsnaam op de tweede shape waar de connector wordt aangesloten. |
connectorId | Int64 | De ID van vorm met type dynamische connectorShape . |
Zie ook
- class Page
- naamruimte Aspose.Diagram
- montage Aspose.Diagram