chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo / Size

Size

data class Size

Describes the width and height dimensions of an entity.

Official doc

Constructors

<init>

Describes the width and height dimensions of an entity.

Size(width: Int, height: Int)

Properties

height

Height in pixels.

val height: Int

width

Width in pixels.

val width: Int