create_bitmap_from_pixel_byte_array method

create_bitmap_from_pixel_byte_array

Creates a bitmap from the specified pixel byte array with the specified width and height.

Returns

The created IBitmap.

def create_bitmap_from_pixel_byte_array(self, byte_array, width, height):
    ...
ParameterTypeDescription
byte_arraybytesThe byte array containing the pixel data.
widthintThe width of the bitmap.
heightintThe height of the bitmap.

See Also