User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.savetofile_string

Table of Contents

TGIS_Bitmap.SaveToFile(String) method

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

Save bitmap to file.

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

Syntax

// Delphi
public
  procedure SaveToFile(
    const _path : String
  ); overload;
// C++ Builder
public:
  void SaveToFile(
    const UnicodeString _path
  ) /* overload */;

Parameters

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

Page Tools