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