User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bitmap.savetofile_string_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_Bitmap.SaveToFile(string, TGIS_PixelFormat, TGIS_PixelSubFormat, int) method

DK11 for .NET | TatukGIS.NDK.TGIS_Bitmap.SaveToFile | Overloads | Constructors | Methods | Properties

Save bitmap to file.

Available also on: Delphi | Java.

Syntax

// C#
public void SaveToFile(
  string _path,
  TGIS_PixelFormat _format,
  TGIS_PixelSubFormat _subformat,
  int _compression
);
' VisualBasic
Public Sub SaveToFile(
  ByVal _path As String,
  ByVal _format As TGIS_PixelFormat,
  ByVal _subformat As TGIS_PixelSubFormat,
  ByVal _compression As Integer
)
// Oxygene
public
  procedure SaveToFile(
    _path : String;
    _format : TGIS_PixelFormat;
    _subformat : TGIS_PixelSubFormat;
    _compression : Integer
  );

Parameters

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

Page Tools