Dimensions

data class Dimensions(width: Int, height: Int)

04 / 01 / 2022

See also

Constructors

Dimensions
Link copied to clipboard
fun Dimensions(width: Int, height: Int)

Properties

height
Link copied to clipboard
val height: Int
width
Link copied to clipboard
val width: Int