'宣言 Public Shared Function IsPointNearPolyline( _ ByVal targetPoint As Point, _ ByVal firstPoint As Point, _ ByVal linePoints As IList(Of Point), _ ByVal closeness As Double _ ) As Boolean
public static bool IsPointNearPolyline( Point targetPoint, Point firstPoint, IList<Point> linePoints, double closeness )