バージョン

DistSquaredToLineSegment メソッド

点から線分までの距離の 2 乗を返します。
シンタックス
'宣言
 
Public Shared Function DistSquaredToLineSegment( _
   ByVal targetPoint As Point, _
   ByVal startPoint As Point, _
   ByVal endPoint As Point _
) As Double
public static double DistSquaredToLineSegment( 
   Point targetPoint,
   Point startPoint,
   Point endPoint
)

パラメータ

targetPoint
startPoint
endPoint
参照