User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_bitmap.create_integer_integer_tgis_bitmapfactory

Table of Contents

TGIS_Bitmap.__init__(int, int, TGIS_BitmapFactory) constructor

DK11 for Python | tatukgis.pdk.TGIS_Bitmap.Create | Overloads | Constructors | Methods | Properties

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

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

Syntax

# Python
def __init__(
  self,
  _width: int,
  _height: int,
  _factory: TGIS_BitmapFactory
) -> None: 

Parameters

Name Type Description
_width int width of bitmap in pixels
_height int height of bitmap in pixels
_factory TGIS_BitmapFactory bitmap data factory
2024/07/05 21:02

Page Tools