Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.systeminfo
/
Size
Size
data class
Size
(width:
Int
, height:
Int
)
Content copied to clipboard
Describes the width and height dimensions of an entity.
Constructors
Properties
Sources
Constructors
Size
Link copied to clipboard
fun
Size
(width:
Int
, height:
Int
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
Height in pixels.
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
Width in pixels.
Sources
jvm source
Link copied to clipboard