User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.create_4_integer_integer_itgis_bitmapfactory

Table of Contents

ITGIS_Bitmap.Create_4 method

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

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

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

Syntax

// C#
public void Create_4(
  int _width,
  int _height,
  ITGIS_BitmapFactory _factory
);
' VisualBasic
Public Sub Create_4(
  ByVal _width As Integer,
  ByVal _height As Integer,
  ByVal _factory As ITGIS_BitmapFactory
)
// Oxygene
public
  procedure Create_4(
    _width : Integer;
    _height : Integer;
    _factory : ITGIS_BitmapFactory
  );

Parameters

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

Page Tools