create_bitmap method

create_bitmap

Creates a bitmap with the specified width and height.

Returns

The created IBitmap.

def create_bitmap(self, width, height):
    ...
ParameterTypeDescription
widthintThe width of the bitmap.
heightintThe height of the bitmap.

See Also