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
/
Dimensions
/
createSize
create
Size
abstract
fun
createSize
(
width
:
Dp
,
height
:
Dp
)
:
DpSize
使用指定的宽度和高度创建
DpSize
对象。
Return
创建的
DpSize
对象。
Parameters
width
宽度。
height
高度。