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