'宣言
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 )
パラメータ
- from
- to
'宣言
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 )