User Tools

Site Tools


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

Table of Contents

TGIS_BitmapAbstract.FromStream method

DK11 for Java | tatukgis.jdk.TGIS_BitmapAbstract.FromStream | Fields | Methods | Properties

Create bitmap from stream.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public static abstract TGIS_BitmapAbstract FromStream(
  TObject _stream
);
// Oxygene
public
  class function FromStream(
    _stream : TObject
  ) : TGIS_BitmapAbstract; virtual; abstract;

Parameters

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

Result

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

Page Tools