S or /

SourceClass SurfaceProps

from skia import SurfaceProps
class SurfaceProps:

Describes properties and constraints of a given surface. The rendering engine can parse these during drawing, and can sometimes optimize its performance (e.g. disabling an expensive feature).

Properties§

Source@property def flags(self, /) -> SurfacePropsFlags§
Source@property def pixel_geometry(self, /) -> PixelGeometry§