ImageEn, unit iexLayers

TIELayer.PosXD

TIELayer.PosXD


Declaration

property PosXD: Double;


Description

Specifies the horizontal position of the layer relative to the background image (layer 0).
This is a Double version of PosX.


Example

// Position layer at 1/3 Left/Top
ImageEnView1.CurrentLayer.PosX := ImageEnView1.Width  / 3;
ImageEnView1.CurrentLayer.PosY := ImageEnView1.Height / 3;
ImageEnView1.Update();


See Also

 PosYD
 WidthD
 HeightD