Page.GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Glue shapes.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
ParameterTypeDescription
shapeFromShapeThe shape which is glue from Shape.
placeToConnectionPointPlaceThe location on the first shape where to glue ConnectionPointPlace.
shapeToShapeThe shape where to glue to Shape.

See Also


GlueShapes(long, ConnectionPointPlace, long)

Glue shapes

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
ParameterTypeDescription
shapeFromIdInt64The ID of shape which is glue from Shape.
placeToConnectionPointPlaceThe location on the first shape where to glue ConnectionPointPlace.
shapeToIdInt64The ID of shape where to glue to Shape.

See Also