ImageEn, unit iexLayers

TIELayer.PosYD

TIELayer.PosYD


Declaration

property PosYD: Double;


Description

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


Example

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


See Also

 PosXD
 WidthD
 HeightD