FLine(FVector2, FVector2) Constructor
            Create a new instance of the FLine item.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public FLine(
	FVector2 pointA,
	FVector2 pointB
)
Public Sub New ( 
	pointA As FVector2,
	pointB As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- pointA  FVector2
- 
            Reference to the first point in the new line.
            
- pointB  FVector2
- 
            Reference to the second point in the new line.