toggle menu
serenada-core
androidJvm
switch theme
search in API
serenada-core
/
app.serenada.core.layout
/
LayoutRect
Layout
Rect
data
class
LayoutRect
(
val
x
:
Float
,
val
y
:
Float
,
val
width
:
Float
,
val
height
:
Float
)
Members
Constructors
Layout
Rect
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
width
Link copied to clipboard
val
width
:
Float
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float