Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-barcode-sdk
/
io.scanbot.sdk.kmp.geometry
/
Rect
Rect
data
class
Rect
(
val
left
:
Int
=
0
,
val
top
:
Int
=
0
,
val
right
:
Int
=
0
,
val
bottom
:
Int
=
0
)
Members
Constructors
Rect
Link copied to clipboard
constructor
(
left
:
Int
=
0
,
top
:
Int
=
0
,
right
:
Int
=
0
,
bottom
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
Functions
contains
Link copied to clipboard
fun
contains
(
x
:
Int
,
y
:
Int
)
:
Boolean
height
Link copied to clipboard
fun
height
(
)
:
Int
width
Link copied to clipboard
fun
width
(
)
:
Int