pl.wendigo.chrome.domain.systeminfo / Size

Size

data class Size (source)

Describes the width and height dimensions of an entity.

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.