ViewSize

data class ViewSize(@Px val width: Int, @Px val height: Int)

Represents the view's size.

Parameters

width

the width of the view

height

the height of the view

Constructors

Link copied to clipboard
constructor(@Px width: Int, @Px height: Int)

Properties

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