GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

胶水形状.

public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
范围类型描述
shapeFromShape胶水的形状Shape.
placeToConnectionPointPlace第一个形状上的粘合位置ConnectionPointPlace.
shapeToShape粘贴到的形状Shape.

也可以看看


GlueShapes(long, ConnectionPointPlace, long)

胶水形状

public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
范围类型描述
shapeFromIdInt64来自胶水的形状的 IDShape.
placeToConnectionPointPlace第一个形状上的粘合位置ConnectionPointPlace.
shapeToIdInt64要粘附到的形状的 IDShape.

也可以看看