glue_shapes method
glue_shapes(shape_from, place_to, shape_to)
Glue shapes.
def glue_shapes(self, shape_from, place_to, shape_to):
...
Parameter | Type | Description |
---|---|---|
shape_from | Shape | The shape which is glue from Shape. |
place_to | aspose.diagram.manipulation.ConnectionPointPlace | The location on the first shape where to glue ConnectionPointPlace. |
shape_to | Shape | The shape where to glue to Shape. |
glue_shapes(shape_from_id, place_to, shape_to_id)
Glue shapes
def glue_shapes(self, shape_from_id, place_to, shape_to_id):
...
Parameter | Type | Description |
---|---|---|
shape_from_id | int | The ID of shape which is glue from Shape. |
place_to | aspose.diagram.manipulation.ConnectionPointPlace | The location on the first shape where to glue ConnectionPointPlace. |
shape_to_id | int | The ID of shape where to glue to Shape. |
See Also
- module aspose.diagram
- class Page