User Tools

Site Tools


api:dk11:delphi:vcl.giscontrolnortharrow.tgis_controlnortharrow.drawbmp_tbitmap_integer

Table of Contents

TGIS_ControlNorthArrow.DrawBmp(TBitmap; Integer) method

Syntax

// Delphi
public
  function DrawBmp(
    const _bmp : TBitmap;
    const _ppi : Integer
  ) : TBitmap; overload;
// C++ Builder
public:
  TBitmap* DrawBmp(
    TBitmap* const _bmp,
    const int _ppi
  ) /* overload */;

Parameters

Name Type Description
_bmp TBitmap bitmap on which the drawing will be performed; if null then bitmap will be created based on control size and returned by function
_ppi Integer force PPI resolution; if 0 then set by corresponding GIS_Viewer object

Result

Type Description
TBitmap Bitmap (newly create bitmap if _bmp is nil)
2024/04/28 01:24

Page Tools