GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Pega formas.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
ParámetroEscribeDescripción
shapeFromShapeLa forma que es pegamento deShape.
placeToConnectionPointPlaceLa ubicación en la primera forma donde pegarConnectionPointPlace.
shapeToShapeLa forma donde pegarShape.

Ver también


GlueShapes(long, ConnectionPointPlace, long)

Formas de pegamento

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
ParámetroEscribeDescripción
shapeFromIdInt64El ID de la forma que es pegamento deShape.
placeToConnectionPointPlaceLa ubicación en la primera forma donde pegarConnectionPointPlace.
shapeToIdInt64El ID de la forma donde pegarShape.

Ver también