User Tools

Site Tools


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

Table of Contents

TGIS_Bitmap.SaveToFile(string) method

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

Save bitmap to file.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public void SaveToFile(
  string _path
);
' VisualBasic
Public Sub SaveToFile(
  ByVal _path As String
)
// Oxygene
public
  procedure SaveToFile(
    _path : String
  );

Parameters

Name Type Description
_path string
String
path to file
2023/12/20 01:22

Page Tools