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):
...
| Parameter | Type | Description |
|---|---|---|
| byte_array | bytes | The byte array containing the pixel data. |
| width | int | The width of the bitmap. |
| height | int | The height of the bitmap. |
See Also
- module
aspose.svg.drawing - class
IBitmap - class
IDrawingFactory