RegionInfo

data class RegionInfo(var x: Int = 0, var y: Int = 0, var w: Int = 0, var h: Int = 0, var zorder: Int = 0)

Seat view coordinate information

Constructors

Link copied to clipboard
constructor(x: Int = 0, y: Int = 0, w: Int = 0, h: Int = 0, zorder: Int = 0)

Properties

Link copied to clipboard
var h: Int

Height.

Link copied to clipboard
var w: Int

Width.

Link copied to clipboard
var x: Int

X coordinate.

Link copied to clipboard
var y: Int

Y coordinate.

Link copied to clipboard
var zorder: Int

Z-order.