DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.ToFile | Overloads | Fields | Methods | Properties
Save the bitmap to a file using the specified pixel format and subformat.
// Delphi public procedure ToFile( const _path : String; const _format : TGIS_PixelFormat; const _subformat : TGIS_PixelSubFormat; const _compression : Integer ); overload; virtual; abstract;
// C++ Builder public: virtual void ToFile( const UnicodeString _path, TGIS_PixelFormat* const _format, TGIS_PixelSubFormat* const _subformat, const int _compression ) = 0 /* overload */;
| Name | Type | Description |
|---|---|---|
| _path | String | destination file path |
| _format | TGIS_PixelFormat | output pixel format |
| _subformat | TGIS_PixelSubFormat | output pixel subformat |
| _compression | Integer | compression level for formats that support compression |