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
Update
// Draw the annotations in the meta-data of the image in ImageEnView1 to ImageEnView2
ImageEnView1.IO.Params.ImageEnAnnot.DrawToBitmap( ImageEnView2.IEBitmap, true );