User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.savetostream_tobject_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_Bitmap.SaveToStream(TObject; TGIS_PixelFormat; TGIS_PixelSubFormat; Integer) method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.SaveToStream | Overloads | Constructors | Methods | Properties

Save bitmap to stream.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure SaveToStream(
    const _stream : TObject;
    const _format : TGIS_PixelFormat;
    const _subformat : TGIS_PixelSubFormat;
    const _compression : Integer
  ); overload;
// C++ Builder
public:
  void SaveToStream(
    TObject* const _stream,
    TGIS_PixelFormat* const _format,
    TGIS_PixelSubFormat* const _subformat,
    const int _compression
  ) /* overload */;

Parameters

Name Type Description
_stream TObject platform specific stream (like TStream for VCL)
_format TGIS_PixelFormat pixel format
_subformat TGIS_PixelSubFormat pixel subformat
_compression Integer compression level
2022/11/30 19:19

Page Tools