DK11 for Python | tatukgis.pdk.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties
Create an instance with a given size with a given bitmap factory.
# Python def __init__( self, _width: int, _height: int, _factory: TGIS_BitmapFactory ) -> None:
Name | Type | Description |
---|---|---|
_width | int | width of bitmap in pixels |
_height | int | height of bitmap in pixels |
_factory | TGIS_BitmapFactory | bitmap data factory |