DK11 for Python | tatukgis.pdk.TGIS_BitmapFactory.DoCreate | Methods
Create bitmap with a given size.
# Python def DoCreate( self, _parent: TGIS_Bitmap, _width: int, _height: int ) -> TGIS_BitmapAbstract:
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_width | int | width of bitmap in pixels |
_height | int | height of bitmap in pixels |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |