GlueShapes
GlueShapes(Shape, ConnectionPointPlace, Shape)
Şekilleri yapıştırın.
public void GlueShapes(Shape shapeFrom, ConnectionPointPlace placeTo, Shape shapeTo)
Parametre | Tip | Tanım |
---|---|---|
shapeFrom | Shape | Yapıştırıcı olan şekilShape . |
placeTo | ConnectionPointPlace | İlk şeklin yapıştırılacağı yerConnectionPointPlace . |
shapeTo | Shape | Yapıştırılacak şekilShape . |
Ayrıca bakınız
- class Shape
- enum ConnectionPointPlace
- class Page
- ad alanı Aspose.Diagram
- toplantı Aspose.Diagram
GlueShapes(long, ConnectionPointPlace, long)
Şekilleri yapıştırın
public void GlueShapes(long shapeFromId, ConnectionPointPlace placeTo, long shapeToId)
Parametre | Tip | Tanım |
---|---|---|
shapeFromId | Int64 | Yapıştırıcı olan şeklin kimliğiShape . |
placeTo | ConnectionPointPlace | İlk şeklin yapıştırılacağı yerConnectionPointPlace . |
shapeToId | Int64 | Yapıştırılacak şeklin kimliğiShape . |
Ayrıca bakınız
- enum ConnectionPointPlace
- class Page
- ad alanı Aspose.Diagram
- toplantı Aspose.Diagram