Added in API level 1
SumPathEffect
open class SumPathEffect : PathEffect
| kotlin.Any | ||
| ↳ | android.graphics.PathEffect | |
| ↳ | android.graphics.SumPathEffect | |
Summary
Public constructors |
|
|---|---|
<init>(first: PathEffect!, second: PathEffect!)Construct a PathEffect whose effect is to apply two effects, in sequence. |
|
Inherited functions |
|
|---|---|
Public constructors
<init>
Added in API level 1
SumPathEffect(
first: PathEffect!,
second: PathEffect!)
Construct a PathEffect whose effect is to apply two effects, in sequence. (e.g. first(path) + second(path))