toggle menu
KAHelpers
androidJvm
switch theme
search in API
view
/
dev.funkymuse.view
/
ViewDimensions
View
Dimensions
data
class
ViewDimensions
(
val
left
:
Int
=
0
,
val
top
:
Int
=
0
,
val
right
:
Int
=
0
,
val
bottom
:
Int
=
0
,
val
start
:
Int
=
0
,
val
end
:
Int
=
0
)
Members
Constructors
View
Dimensions
Link copied to clipboard
constructor
(
left
:
Int
=
0
,
top
:
Int
=
0
,
right
:
Int
=
0
,
bottom
:
Int
=
0
,
start
:
Int
=
0
,
end
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
=
0
end
Link copied to clipboard
val
end
:
Int
=
0
left
Link copied to clipboard
val
left
:
Int
=
0
right
Link copied to clipboard
val
right
:
Int
=
0
start
Link copied to clipboard
val
start
:
Int
=
0
top
Link copied to clipboard
val
top
:
Int
=
0