GlueShapes
Inhalt
[
Ausblenden
]GlueShapes(Shape, ConnectionPointPlace, Shape)
Formen kleben.
public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
Parameter | Typ | Beschreibung |
---|---|---|
shapeFrom | Shape | Die Form, aus der Leim stammtShape . |
placeTo | ConnectionPointPlace | Die Position auf der ersten Form, an der geklebt werden sollConnectionPointPlace . |
shapeTo | Shape | Die Form, an die geklebt werden sollShape . |
Siehe auch
- class Shape
- enum ConnectionPointPlace
- class Page
- namensraum Aspose.Diagram
- Montage Aspose.Diagram
GlueShapes(long, ConnectionPointPlace, long)
Klebeformen
public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
Parameter | Typ | Beschreibung |
---|---|---|
shapeFromId | Int64 | Die ID der Form, aus der der Leim stammtShape . |
placeTo | ConnectionPointPlace | Die Position auf der ersten Form, an der geklebt werden sollConnectionPointPlace . |
shapeToId | Int64 | Die ID der Form, an die geklebt werden sollShape . |
Siehe auch
- enum ConnectionPointPlace
- class Page
- namensraum Aspose.Diagram
- Montage Aspose.Diagram