TIEImageEnAnnot.DrawToBitmap
Declaration
procedure DrawToBitmap(target: TIEBitmap; Antialias: boolean);
Description
Draws all annotations to the specified bitmap.
Note: If attached to a
TImageEnView, it will automatically call
UpdateImageEnView1.IO.ImageEnAnnot.DrawToBitmap( ImageEnView.IEBitmap, true );
ImageEnView1.Update();