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

Dump visible screen rectangle to a bitmap

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 bits TBitmap filled with tile data
_offsetx int
Integer
offset in x direction (in pixels)
_offsety int
Integer
offset in x direction (in pixels)

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