sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.unit
/
IntRect
/
getWidth
get
Width
abstract
fun
getWidth
(
)
:
Int
获取矩形的宽度。 计算方式为
right - left
。
Return
矩形的宽度值。
See also
androidx.
compose.
ui.
unit.
IntRect.
width