{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class Outline.Generic extends Outline
java.lang.Object | ||
↳ | androidx.compose.ui.graphics.Outline | |
↳ | androidx.compose.ui.graphics.Outline.Generic |
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
.