User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.create_2_integer_integer_wordbool

Table of Contents

ITGIS_Bitmap.Create_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.Create_2 | Methods | Properties

Create an instance with a given size.

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

Syntax

// C#
public void Create_2(
  int _width,
  int _height,
  WordBool _premult
);
' VisualBasic
Public Sub Create_2(
  ByVal _width As Integer,
  ByVal _height As Integer,
  ByVal _premult As WordBool
)
// Oxygene
public
  procedure Create_2(
    _width : Integer;
    _height : Integer;
    _premult : WordBool
  );

Parameters

Name Type Description
_width int
Integer
width of bitmap in pixels
_height int
Integer
height of bitmap in pixels
_premult WordBool create a bitmap premutiplied; required and supported only on selected platforms
2024/12/20 22:15

Page Tools