Added in API level 1

DiscretePathEffect

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

Summary

Public constructors
DiscretePathEffect(segmentLength: Float, deviation: Float)

Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.

Inherited functions

Public constructors

DiscretePathEffect

Added in API level 1
DiscretePathEffect(
    segmentLength: Float,
    deviation: Float)

Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.