DK11 for Delphi | GisTypesUI.TGIS_Bitmap.SaveToFile | Overloads | Constructors | Methods | Properties
Save bitmap to file.
// Delphi public procedure SaveToFile( const _path : String; const _format : TGIS_PixelFormat; const _subformat : TGIS_PixelSubFormat; const _compression : Integer ); overload;
// C++ Builder public: void SaveToFile( const UnicodeString _path, TGIS_PixelFormat* const _format, TGIS_PixelSubFormat* const _subformat, const int _compression ) /* overload */;
Name | Type | Description |
---|---|---|
_path | String | path to file |
_format | TGIS_PixelFormat | pixel format |
_subformat | TGIS_PixelSubFormat | pixel subformat |
_compression | Integer | compression level |