kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Emulation
/
SetVisibleSizeParameter
Set
Visible
Size
Parameter
@
Serializable
data
class
SetVisibleSizeParameter
(
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Set
Visible
Size
Parameter
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
Frame height (DIP).
width
Link copied to clipboard
val
width
:
Int
Frame width (DIP).