Added in API level 1
    ComposePathEffect
open class ComposePathEffect : PathEffect
| kotlin.Any | ||
| ↳ | android.graphics.PathEffect | |
| ↳ | android.graphics.ComposePathEffect | |
Summary
| Public constructors | |
|---|---|
            ComposePathEffect(outerpe: PathEffect!, innerpe: PathEffect!)Construct a PathEffect whose effect is to apply first the inner effect and the outer pathEffect (e.g. outer(inner(path))).  | 
        |
| Inherited functions | |
|---|---|
Public constructors
ComposePathEffect
Added in API level 1
      ComposePathEffect(
outerpe: PathEffect!,
innerpe: PathEffect!)
Construct a PathEffect whose effect is to apply first the inner effect and the outer pathEffect (e.g. outer(inner(path))).