create method

create

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

See Also