バージョン

Distance メソッド (Geometry)

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

パラメータ

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

戻り値の型

p1 と p2 間の距離。
参照