次の方法で共有


Point.Round メソッド

定義

XY が最も近い整数値に丸められた新しい Point が返されます。

public Xamarin.Forms.Point Round();
member this.Round : unit -> Xamarin.Forms.Point

戻り値

Math.Round(Double) の動作によって、XY が最も近い整数値に丸められた新しい Point

適用対象