toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
LinkRect
Link
Rect
@
Serializable
data
class
LinkRect
(
val
top
:
Double
,
val
left
:
Double
,
val
width
:
Double
,
val
height
:
Double
)
Members
Constructors
Link
Rect
Link copied to clipboard
constructor
(
top
:
Double
,
left
:
Double
,
width
:
Double
,
height
:
Double
)
Properties
height
Link copied to clipboard
val
height
:
Double
left
Link copied to clipboard
val
left
:
Double
top
Link copied to clipboard
val
top
:
Double
width
Link copied to clipboard
val
width
:
Double