DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX.FromStream | Constructors | Fields | Methods | Properties
Create bitmap from stream.
Overrides TGIS_BitmapAbstract.FromStream.
// Delphi public class function FromStream( const _stream : TObject ) : TGIS_BitmapAbstract; override;
// C++ Builder public: __classmethod virtual TGIS_BitmapAbstract* FromStream( TObject* const _stream );
Name | Type | Description |
---|---|---|
_stream | TObject | platform specific stream (like TStream for VCL) |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |