ImageEn, unit iexBitmaps
TIEImageEnAnnot.CopyToTImageEnVect
TIEImageEnAnnot
.CopyToTImageEnVect
Declaration
procedure CopyToTImageEnVect(Target: TObject = nil);
Description
Copies vectorial objects in TIEImageEnAnnot into the specified
TImageEnVect
.
If
Target
is
nil
then the parent TImageEnVect is given.
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
Loading contents...