getHeight

abstract fun getHeight(): Int

获取矩形的高度。 计算方式为 bottom - top

Return

矩形的高度值。

See also

androidx.compose.ui.unit.IntRect.height