User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmap.savetofile_string_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_Bitmap.SaveToFile(java.lang.String, TGIS_PixelFormat, TGIS_PixelSubFormat, int) method

DK11 for Java | tatukgis.jdk.TGIS_Bitmap.SaveToFile | Overloads | Constructors | Methods | Properties

Save bitmap to file.

Available also on: Delphi | .NET.

Syntax

// 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
  );

Parameters

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
2023/12/20 01:34

Page Tools