SlopeInterceptItem(FPoint, FPoint) Constructor
Create a new Instance of the SlopeInterceptItem Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public SlopeInterceptItem(
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 of a cartesian line.
- pointB FPoint
-
Reference to the second point of a cartesian line.