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

Dump required 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 required screen rectangle to be returned as TGIS_Bitmap
_bmp ITGIS_Bitmap 32 bits TBitmap returned as a result

Remarks

if aspect ratios of _rect and _bmp are different procedure will preserve _rect ratio (empty margins will occur on _bmp)

2025/01/31 01:03

Page Tools