Default implementation of the IOrthogonalEdgeHelper

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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