PathEffect.DashInfo

class DashInfo

Methods

__init__

Attributes

fCount

Number of intervals in the dash.

fIntervals

Length of on/off intervals for dashed lines.

fPhase

Offset into the dashed interval pattern.

Methods

DashInfo.__init__(self: skia.PathEffect.DashInfo) None

Attributes

DashInfo.fCount

Number of intervals in the dash. Should be even number.

DashInfo.fIntervals

Length of on/off intervals for dashed lines.

DashInfo.fPhase

Offset into the dashed interval pattern.