TIEImageLayer.RestoreSize
Declaration
procedure RestoreSize();
Description
Sizes the layer to original dimensions (i.e. display at 100% zoom).
if ImageEnView1.CurrentLayer is TIEImageLayer then
TIEImageLayer(ImageEnView1.CurrentLayer).RestoreSize();
ImageEnView1.Update();
See Also
◼RestoreAspectRatio