ImageEn, unit iemview

TImageEnMView.DisplayImageAt

TImageEnMView.DisplayImageAt

Declaration

procedure DisplayImageAt(idx: Integer; x, y: Integer);

Description

Scrolls the control to display image, idx, at specified position in the current view.
Parameter Description
idx Index of the image to display
x Horizontal offset in client area
y Vertical offset in client area

Example

// make then tenth image visible at 0, 0 (Top-left of control)
ImageEnMView1.DisplayImageAt(9, 0, 0);

See Also

ViewX
ViewY