typedef struct tagANNHITTESTINFO
{
L_UINT uStructSize;
L_INT nHandleIndex;
L_INT nHandleID;
L_INT nReserved;
} *pANNHITTESTINFO, ANNHITTESTINFO;
The ANNHITTESTINFO structure provides hit test information for the LAnnContainer::HitTest function.
Member |
Description |
uStructSize |
Size of this structure. Use sizeof(ANNHITTESTINFO). |
nHandleIndex |
This is the zero-based index of the handle. This field is valid only if puResult of LAnnContainer::HitTest 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. |
nHandleID |
The unique ID associated with the user handle. The ID can be set with the LAnnXXX::AddUserHandle, LAnnXXX::ChangeUserHandle, or LAnnXXX::EnumerateHandles functions, where LAnnXXX represents the classes that support handles. These classes are as follows: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nReserved |
Reserved for future use. Set this field to zero. |
For an example showing the use of this structure, refer to LAnnContainer::HitTest.
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