SlopeInterceptItemIntersect Method
Calculate an intersection between the two lines and return the result
as a point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Intersect(
SlopeInterceptItem lineA,
SlopeInterceptItem lineB
)
Public Shared Function Intersect (
lineA As SlopeInterceptItem,
lineB As SlopeInterceptItem
) As FPoint
No code example is currently available or this language may not be supported.
- lineA SlopeInterceptItem
-
Reference to the first line to intersect.
- lineB SlopeInterceptItem
-
Reference to the second line to intersect.
FPoint
Reference to a double point indicating where the caller's lines
intersected, if an intersection was found. Otherwise, null.