TIEImagingAnnot.DrawToBitmap
Declaration
procedure DrawToBitmap(target: 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
ImageEnView1.IO.ImagingAnnot.DrawToBitmap( ImageEnView.IEBitmap );
ImageEnView1.Update();