ImageEn, unit iemview
TImageEnMView.ImageY
TImageEnMView
.ImageY
Declaration
property ImageY[Index: Integer]: Integer;
Description
Returns the Y position (in pixels) where the image at
Index
will be drawn.
Read-only
Example
// Get image draw pos
xx := ImageEnMView1.ImageX[idx];
yy := ImageEnMView1.ImageY[idx];