FLine(Single, Single, Single, Single) Constructor

Create a new instance of the FLine item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FLine(
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

x1  Single
X coordinate of the first point.
y1  Single
Y coordinate of the first point.
x2  Single
X coordinate of the second point.
y2  Single
Y coordinate of the second point.

See Also