Generic
Kotlin
|Java
data class Generic : Outline
kotlin.Any | ||
↳ | androidx.compose.ui.graphics.Outline | |
↳ | androidx.compose.ui.graphics.Outline.Generic |
An area defined as a path.
Note that only convex paths can be used for drawing the shadow. See Path.isConvex.
Summary
Public constructors | |
---|---|
An area defined as a path. |
Properties | |
---|---|
Rect |
Return the bounds of the outline |
Path |
Public constructors
<init>
Generic(path: Path)
An area defined as a path.
Note that only convex paths can be used for drawing the shadow. See Path.isConvex.
Properties
path
val path: Path