TIEImagingAnnot.DrawToBitmap
Declaration
procedure DrawToBitmap(target: TIEBitmap; Antialias: boolean);
Description
Draws all annotations to the specified bitmap.
Example
ImageEnView1.IO.ImagingAnnot.DrawToBitmap( ImageEnView.IEBitmap, true );
ImageEnView1.Update();