RectF.Round(Rect) 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.
Set the dst integer Rect by rounding this rectangle's coordinates to their nearest integer values.
[Android.Runtime.Register("round", "(Landroid/graphics/Rect;)V", "GetRound_Landroid_graphics_Rect_Handler")]
public virtual void Round (Android.Graphics.Rect dst);
[<Android.Runtime.Register("round", "(Landroid/graphics/Rect;)V", "GetRound_Landroid_graphics_Rect_Handler")>]
abstract member Round : Android.Graphics.Rect -> unit
override this.Round : Android.Graphics.Rect -> unit
Parameters
- dst
- Rect
- Attributes
Remarks
Set the dst integer Rect by rounding this rectangle's coordinates to their nearest integer values.
Java documentation for android.graphics.RectF.round(android.graphics.Rect)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.