Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

ComposePathEffect

open class ComposePathEffect : PathEffect
kotlin.Any
   ↳ android.graphics.PathEffect
   ↳ android.graphics.ComposePathEffect

Summary

Public constructors

<init>(outerpe: PathEffect!, innerpe: PathEffect!)

Construct a PathEffect whose effect is to apply first the inner effect and the the outer pathEffect (e.g. outer(inner(path))).

Inherited functions

Public constructors

<init>

Added in API level 1
ComposePathEffect(
    outerpe: PathEffect!,
    innerpe: PathEffect!)

Construct a PathEffect whose effect is to apply first the inner effect and the the outer pathEffect (e.g. outer(inner(path))).