The default implementation of the IEdgeIntersectionCalculator.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class DefaultEdgeIntersectionCalculator : IEdgeIntersectionCalculator
Visual Basic
Public Class DefaultEdgeIntersectionCalculator _
	Implements IEdgeIntersectionCalculator

Related Demo Applications

See the yFiles.NET tutorials for step by step introductions.

Especially see the following tutorial steps:

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..DefaultEdgeIntersectionCalculator

See Also