DK11 for Delphi | GisTypesUI.TGIS_BitmapAbstract.FromFile | Fields | Methods | Properties
Create bitmap from file.
// Delphi public class function FromFile( const _path : String ) : TGIS_BitmapAbstract; virtual; abstract;
// C++ Builder public: __classmethod virtual TGIS_BitmapAbstract* FromFile( const UnicodeString _path ) = 0;
Name | Type | Description |
---|---|---|
_path | String | path to file |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |