Default implementation of the IOrthogonalEdgeHelper

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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