ImageEn, unit iexBitmaps

TIEImagingAnnot.CopyToTImageEnVect

TIEImagingAnnot.CopyToTImageEnVect

Declaration

procedure CopyToTImageEnVect(Dest: TObject = nil);

Description

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

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