Function

toAndroidRect

Creates a new instance of [android.

Android
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.

toAndroidRect

fun Rect.toAndroidRect(): android.graphics.Rect

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


toAndroidRect

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

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