Interface implemented by classes that are responsible for calculating the
intersection point between an Edge and the visual representation of its
source or target node.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IIntersectionCalculator |
| Visual Basic |
|---|
Public Interface IIntersectionCalculator |
Remarks
Interface implemented by classes that are responsible for calculating the
intersection point between an Edge and the visual representation of its
source or target node. This interface is especially useful in conjunction with
the
PortCalculatorILayoutStage
.