Default implementation of the IOrthogonalEdgeHelper

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

Syntax

C#
public class OrthogonalEdgeHelper : IOrthogonalEdgeHelper
Visual Basic
Public Class OrthogonalEdgeHelper _
	Implements IOrthogonalEdgeHelper

Remarks

This class inspects the edges in question and infers the SegmentOrientations of the segments from the current geometry of the edge path.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..OrthogonalEdgeHelper

See Also