CornerPathEffect

class CornerPathEffect

CornerPathEffect is a subclass of PathEffect that can turn sharp corners into various treatments (e.g. rounded corners)

Methods

Make

radius must be > 0 to have an effect.

__init__

Methods

static CornerPathEffect.Make(radius: float) skia.PathEffect

radius must be > 0 to have an effect.

It specifies the distance from each corner that should be “rounded”.

CornerPathEffect.__init__(*args, **kwargs)