Click or drag to resize

GluedShapesFlags Enumeration

Specifies constants that identify which shapes to return, based on the dimensionality and directionality of the connection points that are glued to a particular shape; passed to the Shape.GluedShapes method.

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum GluedShapesFlags
Members
  Member nameValueDescription
GluedShapesAll1D0 Return IDs of all 1-D shapes that are glued to this shape.
GluedShapesIncoming1D1 Return IDs of 1-D shapes whose end points are glued to this shape.
GluedShapesOutgoing1D2 Return IDs of 1-D shapes whose begin points are glued to this shape.
GluedShapesAll2D3 Return all 2-D shapes that are glued to this shape and all 2-D shapes to which this shape is glued.
GluedShapesIncoming2D4 If the source object is a 1-D shape, return IDs of 2-D shape to which the begin point is glued. If the source object is a 2-D shape, return IDs of 2-D shapes that are glued to this shape.
GluedShapesOutgoing2D5 If the source object is a 1-D shape, return IDs of 2-D shape to which the end point is glued. If the source object is a 2-D shape, return IDs of 2-D shapes to which this shape is glued.
See Also