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))).