User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.loadfrombitmap_tobject_string

Table of Contents

TGIS_Bitmap.LoadFromBitmap method

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

Load bitmap from platform specific bitmap object.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  procedure LoadFromBitmap(
    const _bitmap : TObject;
    const _path : String
  );
// C++ Builder
public:
  void LoadFromBitmap(
    TObject* const _bitmap,
    const UnicodeString _path
  );

Parameters

Name Type Description
_bitmap TObject platform specific bitmap (like TBitmap for VCL)
_path String path to be embedded into bitmap (to be treated as a unique name)

References

2024/12/20 22:20

Page Tools