This class represents a line segment in the plane.

Namespace: yWorks.yFiles.Algorithms.Geometry
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class LineSegment : IPlaneObject
Visual Basic
Public Class LineSegment _
	Implements IPlaneObject

Remarks

This class represents a line segment in the plane. A line segment is defined by its two end points.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Geometry..::..LineSegment

See Also