User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.create_integer_integer_boolean

Table of Contents

TGIS_Bitmap.Create(Integer; Integer; Boolean) constructor

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

Create an instance with a given size.

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

Syntax

// Delphi
public
  constructor Create(
    const _width : Integer;
    const _height : Integer;
    const _premult : Boolean
  ); overload;
// C++ Builder
Create (
  const int _width,
  const int _height,
  const bool _premult
);

Parameters

Name Type Description
_width Integer width of bitmap in pixels
_height Integer height of bitmap in pixels
_premult Boolean create a bitmap premutiplied; required and supported only on selected platforms
2022/11/30 19:19

Page Tools