User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.printtile_itgis_bitmap_integer_integer

Table of Contents

IGIS_Viewer3D.PrintTile method

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

Dumps the visible screen rectangle to a bitmap tile.

Available also on: Python.

Syntax

// C#
public void PrintTile(
  ITGIS_Bitmap _bmp,
  int _offsetx,
  int _offsety
);
' VisualBasic
Public Sub PrintTile(
  ByVal _bmp As ITGIS_Bitmap,
  ByVal _offsetx As Integer,
  ByVal _offsety As Integer
)
// Oxygene
public
  procedure PrintTile(
    _bmp : ITGIS_Bitmap;
    _offsetx : Integer;
    _offsety : Integer
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap 32-bit bitmap filled with tile data.
_offsetx int
Integer
Offset in the X direction, in pixels.
_offsety int
Integer
Offset in the Y direction, in pixels.
2026/07/11 00:07

Page Tools