DK for Java | tatukgis.jdk.TGIS_Bitmap.SaveToFile | Overloads | Constructors | Methods | Properties
Save bitmap to file.
// Java public void SaveToFile( java.lang.String _path, TGIS_PixelFormat _format, TGIS_PixelSubFormat _subformat, int _compression );
// Oxygene public procedure SaveToFile( _path : String; _format : TGIS_PixelFormat; _subformat : TGIS_PixelSubFormat; _compression : Integer );
| Name | Type | Description |
|---|---|---|
| _path | java.lang.String String | path to file |
| _format | TGIS_PixelFormat | pixel format |
| _subformat | TGIS_PixelSubFormat | pixel subformat |
| _compression | int Integer | compression level |