DK11 for Delphi | GisTypesUI.TGIS_BitmapFactory.DoCreate | Methods
Create bitmap with a given size.
// Delphi public function DoCreate( const _parent : TGIS_Bitmap; const _width : Integer; const _height : Integer ) : TGIS_BitmapAbstract; overload; virtual; abstract;
// C++ Builder public: virtual TGIS_BitmapAbstract* DoCreate( TGIS_Bitmap* const _parent, const int _width, const int _height ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_width | Integer | width of bitmap in pixels |
_height | Integer | height of bitmap in pixels |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |