User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_rendererfmx.renderbitmap_tobject_tgis_bitmap_trect_boolean

Table of Contents

TGIS_RendererFmx.RenderBitmap(TObject; TGIS_Bitmap; TRect; Boolean) method

DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.RenderBitmap | Overloads | Constructors | Fields | Methods | Properties

Render bitmap on a current canvas with scaling.

Available also on: Python.

Syntax

Overrides TGIS_RendererAbstract.RenderBitmap.

// Delphi
public
  procedure RenderBitmap(
    const _handle : TObject;
    const _bmp : TGIS_Bitmap;
    const _dst : TRect;
    const _antialias : Boolean
  ); override;
// C++ Builder
public:
  virtual void RenderBitmap(
    TObject* const _handle,
    TGIS_Bitmap* const _bmp,
    TRect* const _dst,
    const bool _antialias
  );

Parameters

Name Type Description
_handle TObject handle to progressive layer context or nil
_bmp TGIS_Bitmap bitmap to be drawn
_dst TRect destination rectangle (to which bitmap should be rendered)
_antialias Boolean if True, rendering is anti-aliased if the framework gives such a possibility
2022/11/16 01:13

Page Tools