Click or drag to resize
GeLine Constructor (GeCoordinate, GeCoordinate)
Initializes a new instance of the line passing through two specified points.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeLine(
	GeCoordinate coordinateA,
	GeCoordinate coordinateB
)

Parameters

coordinateA
Type: FDF.Common.GeometriesGeCoordinate
coordinateB
Type: FDF.Common.GeometriesGeCoordinate
Remarks