User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmapabstract.tostream_tobject_tgis_pixelformat_tgis_pixelsubformat_integer

Table of Contents

TGIS_BitmapAbstract.ToStream(TObject, TGIS_PixelFormat, TGIS_PixelSubFormat, int) method

DK11 for Java | tatukgis.jdk.TGIS_BitmapAbstract.ToStream | Overloads | Fields | Methods | Properties

Save bitmap to stream.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public abstract void ToStream(
  TObject _stream,
  TGIS_PixelFormat _format,
  TGIS_PixelSubFormat _subformat,
  int _compression
);
// Oxygene
public
  procedure ToStream(
    _stream : TObject;
    _format : TGIS_PixelFormat;
    _subformat : TGIS_PixelSubFormat;
    _compression : Integer
  ); virtual; abstract;

Parameters

Name Type Description
_stream TObject platform specific stream (like TStream for VCL)
_format TGIS_PixelFormat output pixel format type
_subformat TGIS_PixelSubFormat output pixel subformat type
_compression int
Integer
compression level
2022/12/20 01:27

Page Tools