#include "ltwrappr.h"
L_INT LImageListControl::HitTest(pPoint)
POINT * pPoint; |
coordinate to test |
Queries the ImageList Control for the index of the item at the specified location.
Parameter |
Description |
pPoint |
Pointer to a POINT structure containing the location to test. |
>=0 |
The index of the item at the specified location. |
< SUCCESS |
An error occurred. Refer to Return Codes. |
This function will return the 0 based index of the item at the specified location if one exists.
The location is in MM_TEXT mapping mode (pixels), and is relative to the client area of the control's window.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET