GetItemAt Method (ThumbnailEx)
In This Topic
Returns the index of the item at the specified location.
Syntax
'Declaration
Public Function GetItemAt( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
public int GetItemAt(
int ,
int
)
public function GetItemAt(
: Integer;
: Integer
): Integer;
public function GetItemAt(
: int,
: int
) : int;
public: int GetItemAt(
int ,
int
)
public:
int GetItemAt(
int ,
int
)
Parameters
- X
- The x-coordinate of the point at which to begin searching.
- Y
- The x-coordinate of the point at which to begin searching.
Return Value
If success returns the item index, value between 0 and ItemCount - 1. Otherwise returns -1: No item is available at the specified position.
See Also