Declaration
TIEImageEnAnnot = class;
Description
Contains the
TImageEnView Layers or
TImageEnVect objects loaded (or to save) from a TIFF or JPEG.
Using a
TIEImageEnAnnot object you can create new objects, copy to or from a
TImageEnVect (as vectorial objects) or
TImageEnView (as layers), or just draw onto the bitmap.
| Demos\InputOutput\Annotations\Annotations.dpr |
// Save image and layers in TImageEnView to 'jpeg_with_layers.jpg'
ImageEnView1.IO.Params.ImageEnAnnot.CopyFromTImageEnView();
ImageEnView1.IO.SaveToFile('jpeg_with_layers.jpg');
// Load image and layers in 'jpeg_with_layers.jpg' to TImageEnView
ImageEnView1.IO.LoadFromFile('jpeg_with_layers.jpg');
ImageEnView1.IO.Params.ImageEnAnnot.CopyToTImageEnView();
PropertiesMethods