ImageEn, unit iexLayers

TIEImageLayer.RestoreSize

TIEImageLayer.RestoreSize


Declaration

procedure RestoreSize();


Description

Sizes the layer to original dimensions (i.e. display at 100% zoom).


Example

if ImageEnView1.CurrentLayer is TIEImageLayer then
  TIEImageLayer(ImageEnView1.CurrentLayer).RestoreSize();
ImageEnView1.Update();


See Also

 RestoreAspectRatio