ViewBoundaries

data class ViewBoundaries(    val top: Int,     val right: Int,     val bottom: Int,     val left: Int)

Defines view position in px on the screen.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun ViewBoundaries(    top: Int,     right: Int,     bottom: Int,     left: Int)

Properties

Link copied to clipboard
val bottom: Int
Link copied to clipboard
val height: Int
Link copied to clipboard
val left: Int
Link copied to clipboard
val right: Int
Link copied to clipboard
val top: Int
Link copied to clipboard
val width: Int