User Tools

Site Tools


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

Table of Contents

TGIS_BitmapFactory.DoCreate method

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

Create bitmap with a given size.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public abstract TGIS_BitmapAbstract DoCreate(
  TGIS_Bitmap _parent,
  int _width,
  int _height
);
// Oxygene
public
  function DoCreate(
    _parent : TGIS_Bitmap;
    _width : Integer;
    _height : Integer
  ) : TGIS_BitmapAbstract; virtual; abstract;

Parameters

Name Type Description
_parent TGIS_Bitmap master TGIS_Bitmap object
_width int
Integer
width of bitmap in pixels
_height int
Integer
height of bitmap in pixels

Result

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

Page Tools