create method

On this page

create

def create(cls, pixel_bytes, width, height, format):
    ...
Parameter Type Description
pixel_bytes list[int]
width int
height int
format BitmapInfo+PixelFormat

See Also

On this page