User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.printbmp_itrect_itgis_bitmap

Table of Contents

IGIS_Viewer3D.PrintBmp method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintBmp | Methods | Properties

Dumps the requested screen rectangle to a bitmap.

Available also on: Python.

Syntax

// C#
public void PrintBmp(
  ITRect _rect,
  ITGIS_Bitmap _bmp
);
' VisualBasic
Public Sub PrintBmp(
  ByVal _rect As ITRect,
  ByVal _bmp As ITGIS_Bitmap
)
// Oxygene
public
  procedure PrintBmp(
    _rect : ITRect;
    _bmp : ITGIS_Bitmap
  );

Parameters

Name Type Description
_rect ITRect Screen rectangle to be returned as a TGIS_Bitmap.
_bmp ITGIS_Bitmap 32-bit bitmap returned as the result.

Remarks

If the aspect ratios of _rect and _bmp are different, the procedure preserves the _rect ratio and empty margins occur on _bmp.

2026/07/11 00:07

Page Tools