kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
SystemInfo
/
Size
Size
@
Serializable
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)
Describes the width and height dimensions of an entity.
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
Height in pixels.
width
Link copied to clipboard
val
width
:
Int
Width in pixels.