🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

toComposeRect

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

toComposeRect

Source set: Android
public fun android.graphics.Rect.toComposeRect(): androidx.compose.ui.geometry.Rect

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

toComposeRect

Source set: Android
public fun android.graphics.RectF.toComposeRect(): Rect

Creates a new instance of androidx.compose.ui.geometry.Rect with the same bounds specified in the given android.graphics.RectF.