ConnectShapesViaConnector

ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)

Formen über Verbinder verbinden.

public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom, 
    Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
ParameterTypBeschreibung
shapeFromShapeDie Form, an der der Verbinder beginntShape.
placeFromConnectionPointPlaceDie Position auf dem ersten Shape, an der der Verbinder verbunden wirdConnectionPointPlace.
shapeToShapeDie Form, an der der Verbinder endetShape.
placeToConnectionPointPlaceDie Position auf dem zweiten Shape, an der der Verbinder verbunden wirdConnectionPointPlace.
connectorShapeDas Shape vom Typ Dynamischer VerbinderShape.

Siehe auch


ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)

Formen über Verbinder verbinden.

public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom, 
    long shapeToId, ConnectionPointPlace placeTo, long connectorId)
ParameterTypBeschreibung
shapeFromIdInt64Die ID der Form, an der der Verbinder beginntShape.
placeFromConnectionPointPlaceDie Position auf dem ersten Shape, an der der Verbinder verbunden wirdConnectionPointPlace.
shapeToIdInt64Die ID der Form, an der der Verbinder endetShape.
placeToConnectionPointPlaceDie Position auf dem zweiten Shape, an der der Verbinder verbunden wirdConnectionPointPlace.
connectorIdInt64Die ID des Shapes vom Typ Dynamischer VerbinderShape.

Siehe auch


ConnectShapesViaConnector(long, string, long, string, long)

Formen über Verbinder verbinden.

public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId, 
    string toConnectionName, long connectorId)
ParameterTypBeschreibung
shapeFromIdInt64Die ID der Form, an der der Verbinder beginntShape.
fromConnectionNameStringDer Verbindungsname auf dem ersten Shape, mit dem der Connector verbunden wird.
shapeToIdInt64Die ID der Form, an der der Verbinder endetShape.
toConnectionNameStringDer Verbindungsname auf dem zweiten Shape, mit dem der Connector verbunden wird.
connectorIdInt64Die ID des Shapes vom Typ Dynamischer VerbinderShape.

Siehe auch