TIEImageEnAnnot.CopyToTImageEnVect
Declaration
procedure CopyToTImageEnVect(Dest: TObject = nil);
Description
Copies vectorial objects in TIEImageEnAnnot into the specified
TImageEnVect.
If
Dest is
nil then the parent TImageEnVect is used.
Example
// load image and vectorial objects in 'jpeg_with_objects.jpg' to TImageEnVect
ImageEnVect1.IO.LoadFromFile('jpeg_with_objects.jpg');
ImageEnVect1.IO.Params.ImageEnAnnot.CopyToTImageEnVect();
See Also
◼CopyFromTImageEnVect
◼TIEImagingAnnot.CopyToTImageEnVect