This is an interface for a sequence of instances of LineSegment.

Namespace: yWorks.yFiles.Algorithms.Geometry
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public interface ILineSegmentCursor : ICursor
Visual Basic
Public Interface ILineSegmentCursor _
	Inherits ICursor

Remarks

This is an interface for a sequence of instances of LineSegment.

See Also