CornerPathEffect.DashInfo
- class DashInfo
Methods
Attributes
Number of intervals in the dash.
Length of on/off intervals for dashed lines.
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.