TImageEnVect.DrawObjectsToBitmap
Declaration
procedure DrawObjectsToBitmap(Dest: TIEBitmap; Antialias: Boolean = True; AdaptBitmapPixelFormat: Boolean = True);
Description
DrawObjectsToBitmap draws all vectorial objects on the specified
TIEBitmap object (Dest).
Antialias parameter controls the anti-alias filter.
If AdaptBitmapPixelFormat is True (default) the image will be converted to 24 bit RGB before drawing objects.
Example
ImageEnVect.DrawObjectsToBitmap( ImageEnView2.IEBitmap, True );
ImageEnView2.Update();
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of DrawObjectsToBitmap, use:
TImageEnView.LayersDrawTo
ImageEnView1.LayersDrawTo();