HaishinKit
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HaishinKit
haishinkit
/
com.haishinkit.screen.scene
/
ScreenObjectSnapshot
/
Size
Size
@
Serializable
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int