DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintTile | Methods | Properties
Dump visible screen rectangle to a bitmap
Available also on: Python.
// 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 );
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) |