create_bitmap method
create_bitmap
Creates a bitmap with the specified width and height.
Returns
The created IBitmap.
def create_bitmap(self, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| width | int | The width of the bitmap. |
| height | int | The height of the bitmap. |
See Also
- module
aspose.svg.drawing - class
IBitmap - class
IDrawingFactory