User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmap.create_integer_integer_tgis_bitmapfactory

Table of Contents

TGIS_Bitmap.TGIS_Bitmap(int, int, TGIS_BitmapFactory) constructor

DK11 for Java | tatukgis.jdk.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties

Create an instance with a given size with a given bitmap factory.

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

Syntax

// Java
public TGIS_Bitmap(
  int _width,
  int _height,
  TGIS_BitmapFactory _factory
);
// Oxygene
public
  constructor (
    _width : Integer;
    _height : Integer;
    _factory : TGIS_BitmapFactory
  );

Parameters

Name Type Description
_width int
Integer
width of bitmap in pixels
_height int
Integer
height of bitmap in pixels
_factory TGIS_BitmapFactory bitmap data factory; if null then default one will be used
2024/12/20 22:24

Page Tools