ViewBoundaries

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

Defines view position in px on the screen.

Constructors

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

Properties

Link copied to clipboard
val bottom: Int

Bottom coordinate of the view.

Link copied to clipboard
val height: Int

The height of the view in pixels.

Link copied to clipboard
val left: Int

Left coordinate of the view.

Link copied to clipboard
val right: Int

Right coordinate of the view.

Link copied to clipboard
val top: Int

Top coordinate of the view.

Link copied to clipboard
val width: Int

The width of the view in pixels.