Generic
Kotlin
|Java
data class Generic : Outline
kotlin.Any | ||
↳ | androidx.ui.engine.geometry.Outline | |
↳ | androidx.ui.engine.geometry.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 |
|
---|---|
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