Bounds
Kotlin
|Java
@Immutable data class Bounds
kotlin.Any | |
↳ | androidx.ui.core.Bounds |
A four dimensional bounds using Dp for units
Summary
Public constructors |
|
---|---|
A four dimensional bounds using Dp for units |
Extension functions |
||
---|---|---|
From androidx.ui.core
|
Properties |
|
---|---|
Dp | |
Dp | |
Dp | |
Dp |
Extension properties |
||||
---|---|---|---|---|
From androidx.ui.core
|
Public constructors
<init>
Bounds(
left: Dp,
top: Dp,
right: Dp,
bottom: Dp)
A four dimensional bounds using Dp for units
Properties
bottom
val bottom: Dp
left
val left: Dp
right
val right: Dp
top
val top: Dp