FLineIsPointOnLine Method
Return a value indicating whether the caller's point is on the
specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointOnLine(
FLine line,
FPoint point
)
Public Shared Function IsPointOnLine (
line As FLine,
point As FPoint
) As Boolean
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to test.
- point FPoint
-
Reference to the point to test for membership.
Boolean
True if the specified point is on the provided line. Otherwise,
false.