DK11 for Delphi | GisInterfaces.IGIS_ViewerWnd.PrintBmp | Overloads | Methods
Print the current content on a bitmap. Print area will match the current VisibleExtent of the control.
// Delphi public procedure PrintBmp( var _bmp : TGIS_Bitmap; const _full : Boolean ); overload;
// C++ Builder public: void PrintBmp( TGIS_Bitmap* &_bmp, const bool _full ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap on which the drawing will be performed |
_full | Boolean | if yes, all paint events are triggered |