toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore.borderdistances
/
BorderDistancesInPx
Border
Distances
In
Px
data
class
BorderDistancesInPx
(
val
fromLeft
:
Int
=
0
,
val
fromTop
:
Int
=
0
,
val
fromRight
:
Int
=
0
,
val
fromBottom
:
Int
=
0
)
:
Parcelable
Members
Constructors
Border
Distances
In
Px
Link copied to clipboard
constructor
(
fromLeft
:
Int
=
0
,
fromTop
:
Int
=
0
,
fromRight
:
Int
=
0
,
fromBottom
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Bottom
Link copied to clipboard
val
fromBottom
:
Int
=
0
from
Left
Link copied to clipboard
val
fromLeft
:
Int
=
0
from
Right
Link copied to clipboard
val
fromRight
:
Int
=
0
from
Top
Link copied to clipboard
val
fromTop
:
Int
=
0
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)