Declaration
procedure PaintTo(DestBitmap: TIEBitmap; AutoSize: Boolean = False); overload;
procedure PaintTo(DestBitmap: TBitmap; AutoSize: Boolean = False); overload;
Description
Output the current view to a bitmap.
If AutoSize = True, or DestBitmap width or height < 1 then the bitmap will be sized to the control size.
Note: Scrollbars are not painted