User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_bitmapfactory.docreate_tgis_bitmap_integer_integer

Table of Contents

TGIS_BitmapFactory.DoCreate method

DK11 for Python | tatukgis.pdk.TGIS_BitmapFactory.DoCreate | Methods

Create bitmap with a given size.

Available also on: Delphi | .NET | Java.

Syntax

# Python
def DoCreate(
  self,
  _parent: TGIS_Bitmap,
  _width: int,
  _height: int
) -> TGIS_BitmapAbstract: 

Parameters

Name Type Description
_parent TGIS_Bitmap master TGIS_Bitmap object
_width int width of bitmap in pixels
_height int height of bitmap in pixels

Result

Type Description
TGIS_BitmapAbstract created bitmap
2023/08/09 01:51

Page Tools