GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Glue shapes.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
Parameter Type Description
shapeFrom Shape The shape which is glue from Shape.
placeTo ConnectionPointPlace The location on the first shape where to glue ConnectionPointPlace.
shapeTo Shape The shape where to glue to Shape.

See Also


GlueShapes(long, ConnectionPointPlace, long)

Glue shapes

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
Parameter Type Description
shapeFromId Int64 The ID of shape which is glue from Shape.
placeTo ConnectionPointPlace The location on the first shape where to glue ConnectionPointPlace.
shapeToId Int64 The ID of shape where to glue to Shape.

See Also