GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Vormen lijmen.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
Parameter Type Beschrijving
shapeFrom Shape De vorm waar lijm uit komtShape.
placeTo ConnectionPointPlace De locatie op de eerste vorm waar te lijmenConnectionPointPlace.
shapeTo Shape De vorm waar je op moet lijmenShape.

Zie ook


GlueShapes(long, ConnectionPointPlace, long)

Lijmvormen

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
Parameter Type Beschrijving
shapeFromId Int64 De ID van de vorm waarvan de lijm afkomstig isShape.
placeTo ConnectionPointPlace De locatie op de eerste vorm waar te lijmenConnectionPointPlace.
shapeToId Int64 De ID van de vorm waarop moet worden gelijmdShape.

Zie ook