DK11 for Java | tatukgis.jdk.TGIS_BitmapAbstract.ToFile | Overloads | Fields | Methods | Properties
Save bitmap to file.
// Java public abstract void ToFile( java.lang.String _path, TGIS_PixelFormat _format, TGIS_PixelSubFormat _subformat, int _compression );
// Oxygene public procedure ToFile( _path : String; _format : TGIS_PixelFormat; _subformat : TGIS_PixelSubFormat; _compression : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | path to file |
_format | TGIS_PixelFormat | output pixel format type |
_subformat | TGIS_PixelSubFormat | output pixel subformat type |
_compression | int Integer | compression level |