User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_canvasinternal.createcanvas_tbitmap

Table of Contents

TGIS_CanvasInternal.CreateCanvas constructor

DK11 for Delphi | FMX.GisRenderer.TGIS_CanvasInternal.CreateCanvas | Constructors

Standard constructor.

Available also on: Python.

Syntax

// Delphi
public
  constructor CreateCanvas(
    const _bitmap : TBitmap
  );
// C++ Builder
CreateCanvas (
  TBitmap* const _bitmap
);

Parameters

Name Type Description
_bitmap TBitmap bitmap on which canvas will be created and associated
2022/11/16 01:13

Page Tools