次の方法で共有


Point.Distance(Point) メソッド

定義

2 つのポイント間の距離が計算されます。

public double Distance(Xamarin.Forms.Point other);
member this.Distance : Xamarin.Forms.Point -> double

パラメーター

other
Point

距離の算出対象となる Point

戻り値

System.Double

と の間 thisother距離。

適用対象