User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.create_5_itgis_bitmapfactory

Table of Contents

ITGIS_Bitmap.Create_5 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.Create_5 | 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_5(
  ITGIS_BitmapFactory _factory
);
' VisualBasic
Public Sub Create_5(
  ByVal _factory As ITGIS_BitmapFactory
)
// Oxygene
public
  procedure Create_5(
    _factory : ITGIS_BitmapFactory
  );

Parameters

Name Type Description
_factory ITGIS_BitmapFactory bitmap data factory; if null then default one will be used
2025/01/31 01:03

Page Tools