バージョン

Distance(Point,Point) メソッド

2 つのポイント間の距離を計算します。
シンタックス
'宣言
 
Public Overloads Shared Function Distance( _
   ByVal p1 As Point, _
   ByVal p2 As Point _
) As Double
public static double Distance( 
   Point p1,
   Point p2
)

パラメータ

p1
ポイント 1。
p2
ポイント 2。

戻り値の型

ポイント 1 とポイント 2 の間の距離。
参照