class Rect


Summary

Public constructors

Public functions

Int
Int

Public properties

Int
Int
Int
Int

Public constructors

Rect

Added in 1.1.2
Rect()

Public functions

height

Added in 1.1.2
fun height(): Int

width

Added in 1.1.2
fun width(): Int

Public properties

bottom

Added in 1.1.2
val bottom: Int

left

Added in 1.1.2
val left: Int

right

Added in 1.1.2
val right: Int

top

Added in 1.1.2
val top: Int