GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Formen kleben.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
ParameterTypBeschreibung
shapeFromShapeDie Form, aus der Leim stammtShape.
placeToConnectionPointPlaceDie Position auf der ersten Form, an der geklebt werden sollConnectionPointPlace.
shapeToShapeDie Form, an die geklebt werden sollShape.

Siehe auch


GlueShapes(long, ConnectionPointPlace, long)

Klebeformen

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
ParameterTypBeschreibung
shapeFromIdInt64Die ID der Form, aus der der Leim stammtShape.
placeToConnectionPointPlaceDie Position auf der ersten Form, an der geklebt werden sollConnectionPointPlace.
shapeToIdInt64Die ID der Form, an die geklebt werden sollShape.

Siehe auch