pl.wendigo.chrome.api.systeminfo / Size

Size

data class Size (source)

Describes the width and height dimensions of an entity.

Link
SystemInfo#Size type documentation.

Constructors

<init>

Size(width: Int, height: Int)

Describes the width and height dimensions of an entity.

Properties

height

val height: Int

Height in pixels.

width

val width: Int

Width in pixels.