User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewerwnd.printbmp_tgis_bitmap_boolean

Table of Contents

IGIS_ViewerWnd.PrintBmp(TGIS_Bitmap; Boolean) method

DK11 for Delphi | GisInterfaces.IGIS_ViewerWnd.PrintBmp | Overloads | Methods

Print the current content on a bitmap. Print area will match the current VisibleExtent of the control.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure PrintBmp(
    var _bmp : TGIS_Bitmap;
    const _full : Boolean
  ); overload;
// C++ Builder
public:
  void PrintBmp(
    TGIS_Bitmap* &_bmp,
    const bool _full
  ) = 0 /* overload */;

Parameters

Name Type Description
_bmp TGIS_Bitmap bitmap on which the drawing will be performed
_full Boolean if yes, all paint events are triggered
2024/12/20 22:18

Page Tools