DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFactoryFMX.DoCreate | Methods
Create bitmap with a given size.
Overrides TGIS_BitmapFactory.DoCreate.
// Delphi public function DoCreate( const _width : Integer; const _height : Integer ) : TGIS_BitmapAbstract; override;
// C++ Builder public: virtual TGIS_BitmapAbstract* DoCreate( const int _width, const int _height );
Name | Type | Description |
---|---|---|
_width | Integer | width of bitmap in pixels |
_height | Integer | height of bitmap in pixels |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |