ImageEn, unit iexBitmaps

TIEImageEnAnnot.CopyToTImageEnView

TIEImageEnAnnot.CopyToTImageEnView


Declaration

procedure CopyToTImageEnView(Target: TObject = nil);


Description

Copies layers in TIEImageEnAnnot into the specified TImageEnView.
If Target is nil then the parent TImageEnView is given.


Example

// load image and layers in 'jpeg_with_layers.jpg' to TImageEnView
ImageEnView1.IO.LoadFromFile('jpeg_with_layers.jpg');
ImageEnView1.IO.Params.ImageEnAnnot.CopyToTImageEnView();


See Also

 CopyFromTImageEnView
 TIEImagingAnnot.CopyToTImageEnView