ImageEn, unit iexBitmaps
TIEImagingAnnot.CopyToTImageEnView
TIEImagingAnnot
.CopyToTImageEnView
Declaration
procedure CopyToTImageEnView(Target: TObject = nil);
Description
Copy to a TImageEnView object (as layers).
If
Target
is
nil
then the parent TImageEnView is given.
Example
// load image and layers in 'TIFF_with_layers.tiff' to TImageEnView
ImageEnView1.IO.LoadFromFile('TIFF_with_layers.tiff');
ImageEnView1.IO.Params.ImagingAnnot.CopyToTImageEnView();
See Also
◼
CopyFromTImageEnView
◼
TIEImageEnAnnot.CopyToTImageEnView
Loading contents...