2つのポイント間の距離を返します。
シンタックス
'宣言
Public Shared Function Distance( _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point _
) As System.Double
public static System.double Distance(
System.Windows.Point ,
System.Windows.Point
)
パラメータ
- p1
- 1つのポイント。
- p2
- もう1つのポイント。
参照