DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerWnd.PrintBmp_4 | Methods | Properties
Print the current content on a bitmap. Print area will match the current VisibleExtent of the control.
// C# public void PrintBmp_4( ref ITGIS_Bitmap _bmp, WordBool _full );
' VisualBasic Public Sub PrintBmp_4( ByRef _bmp As ITGIS_Bitmap, ByVal _full As WordBool )
// Oxygene public procedure PrintBmp_4( var _bmp : ITGIS_Bitmap; _full : WordBool );
Name | Type | Description |
---|---|---|
_bmp | ITGIS_Bitmap | bitmap on which the drawing will be performed |
_full | WordBool | if yes, all paint events are triggered |