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