Rectangle.Round Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new Rectangle whose values have been rounded to their nearest integral value.
public Xamarin.Forms.Rectangle Round ();
member this.Round : unit -> Xamarin.Forms.Rectangle
Returns
A new Rectangle whose X, Y, Width, and Height have been rounded to their nearest integral values.
Remarks
The rounding is applied to each property independently.