User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewerwnd.printbmp_tgis_bitmap_boolean

Table of Contents

IGIS_ViewerWnd.PrintBmp(TGIS_Bitmap, bool) method

DK for .NET | TatukGIS.NDK.IGIS_ViewerWnd.PrintBmp | Overloads | Methods

Print the current viewer content to a bitmap.

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

Syntax

// C#
public void PrintBmp(
  ref TGIS_Bitmap _bmp,
  bool _full
);
' VisualBasic
Public Sub PrintBmp(
  ByRef _bmp As TGIS_Bitmap,
  ByVal _full As Boolean
)
// Oxygene
public
  procedure PrintBmp(
    var _bmp : TGIS_Bitmap;
    _full : Boolean
  );

Parameters

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

Remarks

The printed area matches the current VisibleExtent of the control.

2026/08/30 02:36

Page Tools