DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.PrintBmp | Overloads | Constructors | Methods | Properties | Events
Print the current content on a bitmap. Print area will match the current VisibleExtent of the control.
Available also on: .NET WinForms | Java | ActiveX.
Implements IGIS_ViewerWnd.PrintBmp.
// Delphi public procedure PrintBmp( var _bmp : TGIS_Bitmap ); overload;
// C++ Builder public: void PrintBmp( TGIS_Bitmap* &_bmp ) /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap on which the drawing will be performed |
This method is suitable to print reasonable small images (e.g. comparable to screen size). To export really huge images please use TGIS_PixelExportManager.