User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapfactory.docreate_tgis_bitmap_integer_integer

Table of Contents

TGIS_BitmapFactory.DoCreate method

DK11 for Delphi | GisTypesUI.TGIS_BitmapFactory.DoCreate | Methods

Create bitmap with a given size.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  function DoCreate(
    const _parent : TGIS_Bitmap;
    const _width : Integer;
    const _height : Integer
  ) : TGIS_BitmapAbstract; overload; virtual; abstract;
// C++ Builder
public:
  virtual TGIS_BitmapAbstract* DoCreate(
    TGIS_Bitmap* const _parent,
    const int _width,
    const int _height
  ) = 0 /* overload */;

Parameters

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

Result

Type Description
TGIS_BitmapAbstract created bitmap
2022/12/21 01:16

Page Tools