Describes an intersection between two graph items.
Inheritance Hierarchy
LayoutGraphIntersection
Remarks
Items can be LayoutNodes, LayoutEdges, LayoutNodeLabels, and LayoutEdgeLabels.
This class cannot be instantiated
Type Details
- yFiles module
- algorithms
Properties
Gets a list of Points that describe the intersecting area or line.
Remarks
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.
Property Value
a list of intersection points
Sample Graphs
Gets the first item that is involved in the intersection.
Remarks
Property Value
the first item
Gets the second item that is involved in the intersection.
Remarks
Property Value
the second item