Point.Distance(Point) 方法

定义

计算两点之间的距离。

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

参数

other
Point

计算与 Point 之间的距离。

返回

System.Double

other之间的this距离。

适用于