ImageAtGridPos returns the index of the image at row, col position. row=0 and col=0 specifies top-left image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ImageAtGridPos(
	int row,
	int col
)
Public Function ImageAtGridPos ( _
	row As Integer, _
	col As Integer _
) As Integer
public:
int ImageAtGridPos(
	int row, 
	int col
)

Parameters

row
Int32
the image row
col
Int32
the image column

Return Value

The image index at row,col position

See Also