Int Rect
interface IntRect : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.IntRect>
封装 Jetpack Compose 的 androidx.compose.ui.unit.IntRect,表示一个由整型(Int)坐标定义的不可变、二维、轴对齐的矩形区域。
这个类通常用于描述UI元素在屏幕上以像素为单位的精确边界。它由四个整数值定义:getLeft、getTop、getRight 和 getBottom。
Author
M8Test, [email protected], https://m8test.com
See also
androidx. compose. ui. unit. IntRect