DK for Delphi | FMX.GisFramework.TGIS_BitmapFMX.ToStream | Overloads | Constructors | Fields | Methods | Properties
Save the bitmap to a stream using the native platform format.
Overrides TGIS_BitmapAbstract.ToStream.
// Delphi public procedure ToStream( const _stream : TObject ); override;
// C++ Builder public: virtual void ToStream( TObject* const _stream );
| Name | Type | Description |
|---|---|---|
| _stream | TObject | platform-specific stream object that receives the bitmap data |