User Tools

Site Tools


api:dk11:delphi:fmx.gisframework.tgis_bitmapfmx.create_integer_integer

Table of Contents

TGIS_BitmapFMX.Create constructor

DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX.Create | Constructors | Fields | Methods | Properties

Construct bitmap with given dimensions.

Syntax

// Delphi
public
  constructor Create(
    const _width : Integer;
    const _height : Integer
  ); overload;
// C++ Builder
Create (
  const int _width,
  const int _height
);

Parameters

Name Type Description
_width Integer width in pixels
_height Integer height in pixels
2022/12/20 01:10

Page Tools