'宣言 Public Shared Function IsPointNearLineSegment( _ ByVal targetPoint As Point, _ ByVal startPoint As Point, _ ByVal endPoint As Point, _ ByVal closeness As Double _ ) As Boolean
public static bool IsPointNearLineSegment( Point targetPoint, Point startPoint, Point endPoint, double closeness )