ImageEn, unit iemview
TImageEnMView.ImageX
TImageEnMView
.ImageX
Declaration
property ImageX[Index: Integer]: Integer;
Description
Returns the X 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];