DK11 for Java | tatukgis.jdk.TGIS_BitmapFactory.DoCreate | Methods
Create bitmap with a given size.
// Java public abstract TGIS_BitmapAbstract DoCreate( TGIS_Bitmap _parent, int _width, int _height );
// Oxygene public function DoCreate( _parent : TGIS_Bitmap; _width : Integer; _height : Integer ) : TGIS_BitmapAbstract; virtual; abstract;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_width | int Integer | width of bitmap in pixels |
_height | int Integer | height of bitmap in pixels |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |