User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapabstract.getdata_iinterface

Table of Contents



TGIS_BitmapAbstract.GetData method

DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.GetData | Fields | Methods | Properties

Return the platform specific native bitmap object.

Available also on: Java | Python.

Syntax

// Delphi
public
  function GetData(
    const _target : IInterface = nil
  ) : TObject; virtual;
// C++ Builder
public:
  virtual TObject* GetData(
    IInterface* const _target
  );

Parameters

Name Type Description
_target IInterface optional platform specific object used to customize the returned bitmap data

Result

Type Description
TObject platform specific bitmap object (for example TBitmap on VCL)
2026/07/11 00:44

Page Tools