User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.savetofile_string

Table of Contents

TGIS_Bitmap.SaveToFile method

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

Save bitmap to file.

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

Syntax

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

Parameters

Name Type Description
_path String path to file
2022/11/30 19:19

Page Tools