GetItemAt Method (ThumbnailEx)
In This Topic
Returns the index of the item at the specified location.
Syntax
'Declaration
Public Function GetItemAt( _
ByVal As Double, _
ByVal As Double _
) As Integer
public int GetItemAt(
double ,
double
)
public function GetItemAt(
: Double;
: Double
): Integer;
public function GetItemAt(
: double,
: double
) : int;
public: int GetItemAt(
double ,
double
)
public:
int GetItemAt(
double ,
double
)
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