GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Vormen lijmen.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
ParameterTypeBeschrijving
shapeFromShapeDe vorm waar lijm uit komtShape.
placeToConnectionPointPlaceDe locatie op de eerste vorm waar te lijmenConnectionPointPlace.
shapeToShapeDe vorm waar je op moet lijmenShape.

Zie ook


GlueShapes(long, ConnectionPointPlace, long)

Lijmvormen

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
ParameterTypeBeschrijving
shapeFromIdInt64De ID van de vorm waarvan de lijm afkomstig isShape.
placeToConnectionPointPlaceDe locatie op de eerste vorm waar te lijmenConnectionPointPlace.
shapeToIdInt64De ID van de vorm waarop moet worden gelijmdShape.

Zie ook