DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFactoryFMX.DoCreateFromFile | Methods
Create bitmap from file.
Overrides TGIS_BitmapFactory.DoCreateFromFile.
// Delphi public function DoCreateFromFile( const _path : String ) : TGIS_BitmapAbstract; override;
// C++ Builder public: virtual TGIS_BitmapAbstract* DoCreateFromFile( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path to file |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |