typedef struct tagANNHITTESTINFO
{
L_UINT uStructSize; //size of this structure
L_INT nHandleIndex;
L_INT nHandleID;
L_INT nReserved;
}ANNHITTESTINFO, *pANNHITTESTINFO;
The ANNHITTESTINFO structure provides hit test information for the LImageListControl::HitTest function.
Size of this structure. Use sizeof(HITTESTINFO).
This is the zero-based index of the handle. This field is valid only if puResult of is updated with either ANNHIT_HANDLE or ANNHIT_USER_HANDLE. The default handles and the user handles are maintained internally as separate arrays of handles. This means that there is both a default handle "0" and a user handle "0". This index can be used with other annotation handle functions.
The unique ID associated with the user handle.
Reserved for future use. Set this field to zero.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document