C

LayoutGraphIntersection

Describes an intersection between two graph items.
Inheritance Hierarchy

Remarks

Items can be LayoutNodes, LayoutEdges, LayoutNodeLabels, and LayoutEdgeLabels.

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a list of Points that describe the intersecting area or line.
If the list contains two points, the overlap includes all points on the line formed by these points. In case there are more intersection points, they are sorted to form a convex polygon containing the overlapping area.
readonlyfinal

Property Value

a list of intersection points

Sample Graphs

ShownSetting: Intersection between two nodes
Gets the first item that is involved in the intersection.
readonlyfinal

Property Value

the first item
Gets the second item that is involved in the intersection.
readonlyfinal

Property Value

the second item