User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerwnd.printbmp_4_itgis_bitmap_wordbool

Table of Contents

IGIS_ViewerWnd.PrintBmp_4 method

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerWnd.PrintBmp_4 | Methods | Properties

Print the current viewer content to a bitmap.

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

Syntax

// C#
public void PrintBmp_4(
  ref ITGIS_Bitmap _bmp,
  WordBool _full
);
' VisualBasic
Public Sub PrintBmp_4(
  ByRef _bmp As ITGIS_Bitmap,
  ByVal _full As WordBool
)
// Oxygene
public
  procedure PrintBmp_4(
    var _bmp : ITGIS_Bitmap;
    _full : WordBool
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap Bitmap that receives the rendered map image.
_full WordBool If True, all paint events are triggered during rendering.

Remarks

The printed area matches the current VisibleExtent of the control.

2026/08/30 01:37

Page Tools