User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.create__integer_integer

Table of Contents

ITGIS_Bitmap.Create_ method

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

Create an instance with a given size.

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

Syntax

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

Parameters

Name Type Description
_width int
Integer
width of bitmap in pixels
_height int
Integer
height of bitmap in pixels
2022/11/30 19:06

Page Tools