DK11 for Delphi | GisTypesUI.TGIS_Bitmap.LoadFromStream | Constructors | Methods | Properties
Load bitmap from platform stream.
// Delphi public procedure LoadFromStream( const _stream : TObject );
// C++ Builder public: void LoadFromStream( TObject* const _stream );
Name | Type | Description |
---|---|---|
_stream | TObject | platform specific stream (like TStream for VCL) |