FPointClosestPoint(FPoint, ListFPoint) Method
Return the closest point to the check-point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static FPoint ClosestPoint(
FPoint checkPoint,
List<FPoint> points
)
Public Shared Function ClosestPoint (
checkPoint As FPoint,
points As List(Of FPoint)
) As FPoint
No code example is currently available or this language may not be supported.
- checkPoint FPoint
-
The check point to which the closest point in the list will be found.
- points ListFPoint
-
Reference to a list of points to be compared.
FPoint
A point corresponding to the location of the closest point in the
list.