FLineIsPointNearLine Method
Return a value indicating whether the caller's point is near the
specified line, within the given resolution.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointNearLine(
FLine line,
FPoint point,
float resolution
)
Public Shared Function IsPointNearLine (
line As FLine,
point As FPoint,
resolution As Single
) As Boolean
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to test for proximity.
- point FPoint
-
Reference to the point to test for proximity.
- resolution Single
-
The maximum distance at which the point would be considered to be
near the line.
Boolean
True if the given point is within resolution distance the specified
line. Otherwise, false.