GlueShapes

GlueShapes(Shape, ConnectionPointPlace, Shape)

胶水形状.

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

也可以看看


GlueShapes(long, ConnectionPointPlace, long)

胶水形状

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

也可以看看