Outline
Kotlin
|Java
sealed class Outline
kotlin.Any | |
↳ | androidx.compose.ui.graphics.Outline |
Defines a simple shape, used for bounding graphical regions.
Can be used for defining a shape of the component background, a shape of shadows cast by the component, or to clip the contents.
Summary
Nested classes | |
---|---|
data |
An area defined as a path. |
data |
Rectangular area. |
data |
Rectangular area with rounded corners. |
Properties | |
---|---|
abstract Rect |
Return the bounds of the outline |