User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.create_integer_integer_tgis_bitmapfactory

Table of Contents

TGIS_Bitmap.Create(Integer; Integer; TGIS_BitmapFactory) constructor

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties

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

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

Syntax

// Delphi
public
  constructor Create(
    const _width : Integer;
    const _height : Integer;
    const _factory : TGIS_BitmapFactory
  ); overload;
// C++ Builder
Create (
  const int _width,
  const int _height,
  TGIS_BitmapFactory* const _factory
);

Parameters

Name Type Description
_width Integer width of bitmap in pixels
_height Integer height of bitmap in pixels
_factory TGIS_BitmapFactory bitmap data factory; if null then default one will be used
2024/11/15 01:07

Page Tools