User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writebitmap_string_tgis_bitmap_tgis_bitmap

Table of Contents

TGIS_Config.WriteBitmap method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.WriteBitmap | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// C#
public void WriteBitmap(
  string _name,
  TGIS_Bitmap _value,
  TGIS_Bitmap _default
);
' VisualBasic
Public Sub WriteBitmap(
  ByVal _name As String,
  ByVal _value As TGIS_Bitmap,
  ByVal _default As TGIS_Bitmap
)
// Oxygene
public
  procedure WriteBitmap(
    _name : String;
    _value : TGIS_Bitmap;
    _default : TGIS_Bitmap
  );

Parameters

Name Type Description
_name string
String
name of value
_value TGIS_Bitmap value of the parameter
_default TGIS_Bitmap default value of the parameter
2022/11/16 01:27

Page Tools