DK11 for Delphi | GisTypesUI.TGIS_Bitmap.LoadFromBitmap | Constructors | Methods | Properties
Load bitmap from platform specific bitmap object.
// Delphi public procedure LoadFromBitmap( const _bitmap : TObject; const _path : String );
// C++ Builder public: void LoadFromBitmap( TObject* const _bitmap, const UnicodeString _path );
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) |