Page.ConnectShapesViaConnector

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

Connect shapes via connector.

public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom, 
    Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
ParameterTypeDescription
shapeFromShapeThe shape where the connector begins Shape.
placeFromConnectionPointPlaceThe location on the first shape where connector will be connected ConnectionPointPlace.
shapeToShapeThe shape where the connector ends Shape.
placeToConnectionPointPlaceThe location on the second shape where connector will be connected ConnectionPointPlace.
connectorShapeThe shape with type Dynamic connector Shape.

See Also


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

Connect shapes via connector.

public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom, 
    long shapeToId, ConnectionPointPlace placeTo, long connectorId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape where the connector begins Shape.
placeFromConnectionPointPlaceThe location on the first shape where connector will be connected ConnectionPointPlace.
shapeToIdInt64The ID of shape where the connector ends Shape.
placeToConnectionPointPlaceThe location on the second shape where connector will be connected ConnectionPointPlace.
connectorIdInt64The ID of shape with type Dynamic connector Shape.

See Also


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

Connect shapes via connector.

public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId, 
    string toConnectionName, long connectorId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape where the connector begins Shape.
fromConnectionNameStringThe connection name on the first shape where connector will be connected .
shapeToIdInt64The ID of shape where the connector ends Shape.
toConnectionNameStringThe connection name on the second shape where connector will be connected .
connectorIdInt64The ID of shape with type Dynamic connector Shape.

See Also