User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.writebitmap_string_tgis_bitmap_tgis_bitmap

Table of Contents

TGIS_Config.WriteBitmap method

DK11 for Java | tatukgis.jdk.TGIS_Config.WriteBitmap | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// Java
public void WriteBitmap(
  java.lang.String _name,
  TGIS_Bitmap _value,
  TGIS_Bitmap _default
);
// Oxygene
public
  procedure WriteBitmap(
    _name : String;
    _value : TGIS_Bitmap;
    _default : TGIS_Bitmap
  );

Parameters

Name Type Description
_name java.lang.String
String
name of value
_value TGIS_Bitmap value of the parameter
_default TGIS_Bitmap default value of the parameter
2024/12/20 22:24

Page Tools