create_bitmap_from_image_byte_array method

create_bitmap_from_image_byte_array

Creates a bitmap from the specified image byte array.

Returns

The created IBitmap.

def create_bitmap_from_image_byte_array(self, image_bytes):
    ...
ParameterTypeDescription
image_bytesbytesThe byte array containing the image data.

See Also