ImageEn, unit iemview

TImageEnMView.DisplayImageAt

TImageEnMView.DisplayImageAt

Declaration

procedure DisplayImageAt(Index: Integer; X, Y: Integer);

Description

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

Example

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

See Also

ViewX
ViewY