This structure contains members that specify hit test parameters.
Declaration:
Copy Code |
|
|---|---|
typedef struct tagAT_ARTX_HITTEST_PARAMS
{
AT_POINT ptDevicePoint;
AT_INT nClickPrecision;
HIG_ARTX_MARK hMark;
enumIGArtXHitTest nResult;
AT_INT nResultData;
} AT_ARTX_HITTEST_PARAMS, *LPAT_ARTX_HITTEST_PARAMS;
|
|
Members:
| ptDevicePoint | Point in device coordinates to test. |
| nClickPrecision | Click precision in pixels. |
| hMark | Handle to the result mark. |
| nResult | Hit test result. |
| nResultData |
The value of nResult establishes the meaning of nResultData:
|
