FLine(FPoint, FPoint) Constructor

Create a new Instance of the FLine Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FLine(
	FPoint pointA,
	FPoint pointB
)

Parameters

pointA  FPoint
Reference to the first point in the new line.
pointB  FPoint
Reference to the second point in the new line.

See Also