FLineGetClosestPoint Method
Return the closest point between the caller's line and an arbitrary
point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint GetClosestPoint(
FLine line,
FPoint point
)
Public Shared Function GetClosestPoint (
line As FLine,
point As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to be checked.
- point FPoint
-
Reference to the point to test for proximity.
FPoint
Reference to the closest point between the caller's line and an
arbitrary external point, if valid. Otherwise, null.