ImageEn, unit iexBitmaps

TIEImageEnAnnot.CopyToTImageEnView

TIEImageEnAnnot.CopyToTImageEnView

Declaration

procedure CopyToTImageEnView(Dest: TObject = nil);

Description

Copies layers in TIEImageEnAnnot into the specified TImageEnView.
If Dest is nil then the parent TImageEnView is used.

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