DK11 for Delphi | GisTypesUI.TGIS_BitmapFactory.DoCreateFromFile | Methods
Create bitmap from file.
// Delphi public function DoCreateFromFile( const _parent : TGIS_Bitmap; const _path : String ) : TGIS_BitmapAbstract; virtual; abstract;
// C++ Builder public: virtual TGIS_BitmapAbstract* DoCreateFromFile( TGIS_Bitmap* const _parent, const UnicodeString _path ) = 0;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_path | String | path to file |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |