ImageEn, unit iexBitmaps

TIEImagingAnnot.DrawToBitmap

TIEImagingAnnot.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


Example

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