This class represents a line segment in the plane.

Namespace: yWorks.yFiles.Algorithms.Geometry
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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