DK for Delphi | FMX.GisFramework.TGIS_BitmapFMX.FromFile | Constructors | Fields | Methods | Properties
Create bitmap from file.
Overrides TGIS_BitmapAbstract.FromFile.
// Delphi public class function FromFile( const _path : String ) : TGIS_BitmapAbstract; override;
// C++ Builder public: __classmethod virtual TGIS_BitmapAbstract* FromFile( const UnicodeString _path );
| Name | Type | Description |
|---|---|---|
| _path | String | path to file |
| Type | Description |
|---|---|
| TGIS_BitmapAbstract | created bitmap |