sdk
Toggle table of contents
1.1.15-SNAPSHOT
Select version
1.1.15-SNAPSHOT
1.1.14-SNAPSHOT
1.1.12-SNAPSHOT
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
ai.abra.sdk.snapshot.abra.types
/
Bounds
/
Bounds
Bounds
androidJvm
constructor
(
@
Json
(
name
=
"x"
)
x
:
Int
,
@
Json
(
name
=
"y"
)
y
:
Int
,
@
Json
(
name
=
"width"
)
width
:
Int
,
@
Json
(
name
=
"height"
)
height
:
Int
)
constructor
(
rect
:
Rect
)
constructor
(
rect
:
RectF
)
constructor
(
region
:
Region
)
constructor
(
rect
:
Rect
)