| ImageEn, unit imageenview |
|
TImageEnView.LoadState
Declaration
procedure LoadState(const FileName: string);
procedure LoadState(Stream: TStream);
Description
Loads layers, selection and some other parameters such as Zoom and Scroll position.
Example
// Set LoadState
ImageEnView1.LoadState( fn );
See Also
◼SaveState