バージョン

IsPointNearLineSegment メソッド

ポイントが線分に近いかどうかを決定します。
シンタックス
'宣言
 
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
)

パラメータ

targetPoint
startPoint
endPoint
closeness
参照