ScreenSize

constructor(width: Int, height: Int)

Creates a ScreenSize object from width and height.

Parameters

width

The screen width in pixels.

height

The screen height in pixels.


constructor(value: String)