ImageEn, unit iexBitmaps

TIEImagingAnnot.DrawToBitmap

TIEImagingAnnot.DrawToBitmap

Declaration

procedure DrawToBitmap(Dest: TIEBitmap; Antialias: boolean = True);

Description

Draws all annotations to the specified bitmap.

Note:
If attached to a TImageEnView, it will automatically call Update
AntiAlias has no effect, as anti-aliasing is now always applied

Example

ImageEnView1.IO.ImagingAnnot.DrawToBitmap( ImageEnView.IEBitmap );
ImageEnView1.Update();