Function

toAndroidRect

Creates a new instance of android.graphics.Rect with the same bounds specified in the given Rect

toAndroidRect

Deprecated

Converting Rect to android.graphics.Rect is lossy, and requires rounding. The behavior of toAndroidRect() truncates to an integral Rect, but you should choose the method of rounding most suitable for your use case.

Source set: Android
fun Rect.toAndroidRect(): android.graphics.Rect

Creates a new instance of android.graphics.Rect with the same bounds specified in the given Rect

toAndroidRect

Source set: Android
fun IntRect.toAndroidRect(): android.graphics.Rect

Creates a new instance of android.graphics.Rect with the same bounds specified in the given IntRect

Last updated: