'Declaration Public Shared Function nearestPoint( _ ByVal from As IPoint, _ ByVal to As List(Of IPoint) _ ) As IPoint
public static IPoint nearestPoint( IPoint from, List<IPoint> to )
Parameters
- from
- to
'Declaration Public Shared Function nearestPoint( _ ByVal from As IPoint, _ ByVal to As List(Of IPoint) _ ) As IPoint
public static IPoint nearestPoint( IPoint from, List<IPoint> to )