Basic Library for UWP/WinRT XAML
Distance メソッド

1つのポイント。
もう1つのポイント。
2つのポイント間の距離を返します
構文
'宣言
 
Public Shared Function Distance( _
   ByVal p1 As Windows.Foundation.Point, _
   ByVal p2 As Windows.Foundation.Point _
) As System.Double
public static System.double Distance( 
   Windows.Foundation.Point p1,
   Windows.Foundation.Point p2
)

パラメータ

p1
1つのポイント。
p2
もう1つのポイント。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback