PageGlueShapesInContainer Method (Int64, String, String, Int64)

Glue shapes in container using connection name

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public void GlueShapesInContainer(
	long shapeFromId,
	string shapeToBeginConnectionName,
	string shapeToEndConnectionName,
	long shapeToId
)

Parameters

shapeFromId
Type: SystemInt64
The ID of shape which is glue from Shape.
shapeToBeginConnectionName
Type: SystemString
The location on the first connection name where to glue .
shapeToEndConnectionName
Type: SystemString
The location on the end connection name where to glue .
shapeToId
Type: SystemInt64
The ID of shape where to glue to Shape.
See Also