DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintBmp | Methods | Properties
Dump required screen rectangle to a bitmap
Available also on: Python.
// 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 );
Name | Type | Description |
---|---|---|
_rect | ITRect | required screen rectangle to be returned as TGIS_Bitmap |
_bmp | ITGIS_Bitmap | 32 bits TBitmap returned as a result |