Scrolls to make image visible at specified position.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DisplayImageAt(
	int imageIndex,
	int x,
	int y
)
Public Sub DisplayImageAt ( _
	imageIndex As Integer, _
	x As Integer, _
	y As Integer _
)
public:
void DisplayImageAt(
	int imageIndex, 
	int x, 
	int y
)

Parameters

imageIndex
Int32
Index of the image to display.
x
Int32
Client area horizontal offset.
y
Int32
Client area vertical offset.

See Also