バージョン

GetDistance メソッド

2つのポイント間の距離を返します。
シンタックス
'宣言
 
Public Shared Function GetDistance( _
   ByVal pointA As Point, _
   ByVal pointB As Point _
) As Double
public static double GetDistance( 
   Point pointA,
   Point pointB
)

パラメータ

pointA
最初の Point
pointB
2番目のポイント。

戻り値の型

二つのポイント間の距離。
参照