FPointClosestPoint Method
Return the closest point to the check-point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint ClosestPoint(
FPoint checkPoint,
List<FArea> areas
)
Public Shared Function ClosestPoint (
checkPoint As FPoint,
areas As List(Of FArea)
) 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.
- areas ListFArea
-
Reference to a list of areas whose points will be compared.
FPoint
A point corresponding to the location of the closest area in the
list.