Canvas.Lattice.RectType
- class RectType
Members:
- kDefault :
draws
Bitmap
into lattice rectangle- kTransparent :
skips lattice rectangle by making it transparent
- kFixedColor :
draws one of fColors into lattice rectangle
Methods
Attributes
Methods
- RectType.__init__(self: skia.Canvas.Lattice.RectType, value: int) None
Attributes
- RectType.kDefault = <RectType.kDefault: 0>
- RectType.kFixedColor = <RectType.kFixedColor: 2>
- RectType.kTransparent = <RectType.kTransparent: 1>
- RectType.name
- RectType.value