Page.GlueShapesInContainerByID

Page.GlueShapesInContainerByID method

Glue shapes by connection id in container

public void GlueShapesInContainerByID(long shapeFromId, int shapeToBeginConnectionID, 
    int shapeToEndConnectionID, long shapeToId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape which is glue from Shape.
shapeToBeginConnectionIDInt32The location on the first connection id where to glue .
shapeToEndConnectionIDInt32The location on the end connection id where to glue .
shapeToIdInt64The ID of shape where to glue to Shape.

See Also