DK11 for Java | tatukgis.jdk.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties
Create an instance with a given size with a given bitmap factory.
// Java public TGIS_Bitmap( int _width, int _height, TGIS_BitmapFactory _factory );
// Oxygene public constructor ( _width : Integer; _height : Integer; _factory : TGIS_BitmapFactory );
Name | Type | Description |
---|---|---|
_width | int Integer | width of bitmap in pixels |
_height | int Integer | height of bitmap in pixels |
_factory | TGIS_BitmapFactory | bitmap data factory; if null then default one will be used |