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