User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.savetofile_string_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_Bitmap.SaveToFile(String; TGIS_PixelFormat; TGIS_PixelSubFormat; Integer) method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.SaveToFile | Overloads | Constructors | Methods | Properties

Save bitmap to file.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_path String path to file
_format TGIS_PixelFormat pixel format
_subformat TGIS_PixelSubFormat pixel subformat
_compression Integer compression level
2023/12/20 13:16

Page Tools