<div class='sourceset sourceset-common'>Common</div>

```kotlin
class Generic(val path: Path) : Outline()
```

An area defined as a path.

Note that if you use this path for drawing the shadow on Android versions less than 10 the
shadow will not be drawn for the concave paths. See [Path.isConvex](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/Path).