PolyOs API
PolyOs API
/
com.poly.polyos.camera
/
Rectangle
Rectangle
data
class
Rectangle
(
val
left
:
Int
=
0
,
val
top
:
Int
=
0
,
val
width
:
Int
=
0
,
val
height
:
Int
=
0
)
Content copied to clipboard
Constructors
Properties
Constructors
Rectangle
Link copied to clipboard
fun
Rectangle
(
left
:
Int
=
0
,
top
:
Int
=
0
,
width
:
Int
=
0
,
height
:
Int
=
0
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
=
0
Content copied to clipboard
left
Link copied to clipboard
val
left
:
Int
=
0
Content copied to clipboard
top
Link copied to clipboard
val
top
:
Int
=
0
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
=
0
Content copied to clipboard