User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmapfactory.docreatefrombitmap_tgis_bitmap_tobject

Table of Contents

TGIS_BitmapFactory.DoCreateFromBitmap method

DK11 for Java | tatukgis.jdk.TGIS_BitmapFactory.DoCreateFromBitmap | Methods

Create bitmap from platform specific bitmap object.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public abstract TGIS_BitmapAbstract DoCreateFromBitmap(
  TGIS_Bitmap _parent,
  TObject _bmp
);
// Oxygene
public
  function DoCreateFromBitmap(
    _parent : TGIS_Bitmap;
    _bmp : TObject
  ) : TGIS_BitmapAbstract; virtual; abstract;

Parameters

Name Type Description
_parent TGIS_Bitmap master TGIS_Bitmap object
_bmp TObject platform specific bitmap (like TBitmap for VCL)

Result

Type Description
TGIS_BitmapAbstract created bitmap
2022/12/21 01:26

Page Tools