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)
Syntaxpublic void GlueShapesInContainer(
long shapeFromId,
string shapeToBeginConnectionName,
string shapeToEndConnectionName,
long shapeToId
)
Public Sub GlueShapesInContainer (
shapeFromId As Long,
shapeToBeginConnectionName As String,
shapeToEndConnectionName As String,
shapeToId As Long
)
public:
void GlueShapesInContainer(
long long shapeFromId,
String^ shapeToBeginConnectionName,
String^ shapeToEndConnectionName,
long long shapeToId
)
member GlueShapesInContainer :
shapeFromId : int64 *
shapeToBeginConnectionName : string *
shapeToEndConnectionName : string *
shapeToId : int64 -> unit
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