User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.savetofile_widestring

Table of Contents

ITGIS_Bitmap.SaveToFile method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.SaveToFile | Methods | Properties

Save bitmap to file.

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

Syntax

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

Parameters

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

Page Tools