Creates a new line instance.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public Line(
	Vertex startVertex,
	Vertex endVertex
)
Visual Basic (Declaration)
Public Sub New ( _
	startVertex As Vertex, _
	endVertex As Vertex _
)
Visual C++
public:
Line(
	Vertex^ startVertex, 
	Vertex^ endVertex
)

Parameters

startVertex
Type: ceometric.XML..::.Vertex
The start point of the line.
endVertex
Type: ceometric.XML..::.Vertex
The end point of the line.

See Also