| ImageEn, unit imageenview |
|
TImageEnView.DiscardSavedSelection
Declaration
function DiscardSavedSelection(): Boolean;
Description
Removes the last saved selection from the stack (saved using
SaveSelection).
You can use this method if you don't want to restore the saved selection.
Example
ImageEnView1.DiscardSavedSelection();
See Also
◼SaveSelection