GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

Pega formas.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
Parámetro Escribe Descripción
shapeFrom Shape La forma que es pegamento deShape.
placeTo ConnectionPointPlace La ubicación en la primera forma donde pegarConnectionPointPlace.
shapeTo Shape La forma donde pegarShape.

Ver también


GlueShapes(long, ConnectionPointPlace, long)

Formas de pegamento

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
Parámetro Escribe Descripción
shapeFromId Int64 El ID de la forma que es pegamento deShape.
placeTo ConnectionPointPlace La ubicación en la primera forma donde pegarConnectionPointPlace.
shapeToId Int64 El ID de la forma donde pegarShape.

Ver también