User Tools

Site Tools


api:dk11:delphi:fmx.gisframework.tgis_bitmapfmx.fromstream_tobject

Table of Contents

TGIS_BitmapFMX.FromStream method

Syntax

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
  );

Parameters

Name Type Description
_stream TObject platform specific stream (like TStream for VCL)

Result

Type Description
TGIS_BitmapAbstract created bitmap
2022/12/20 01:10

Page Tools