AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.live
/
RegionInfo
Region
Info
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
Members
Constructors
Region
Info
Link copied to clipboard
constructor
(
x
:
Int
=
0
,
y
:
Int
=
0
,
w
:
Int
=
0
,
h
:
Int
=
0
,
zorder
:
Int
=
0
)
Properties
h
Link copied to clipboard
var
h
:
Int
Height.
w
Link copied to clipboard
var
w
:
Int
Width.
x
Link copied to clipboard
var
x
:
Int
X coordinate.
y
Link copied to clipboard
var
y
:
Int
Y coordinate.
zorder
Link copied to clipboard
var
zorder
:
Int
Z-order.