ImageEn, unit iexBitmaps

TIEImagingAnnot.CopyToTImageEnVect

TIEImagingAnnot.CopyToTImageEnVect


Declaration

procedure CopyToTImageEnVect(Target: TObject = nil);


Description

Copy to a TImageEnVect object (as vectorial objects).
If Target is nil then the parent TImageEnVect is given.


Example

// load image and vectorial objects in 'TIFF_with_objects.tiff' to TImageEnVect
ImageEnVect1.IO.LoadFromFile('TIFF_with_objects.tiff');
ImageEnVect1.IO.Params.ImagingAnnot.CopyToTImageEnVect();


See Also

 CopyFromTImageEnVect
 TIEImageEnAnnot.CopyToTImageEnVect