Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
intHitTest(CPointpoint**)const;**
Return Value
The value returned is based on the enumerated type CRectTracker::TrackerHit and can have one of the following values:
CRectTracker::hitNothing –1
CRectTracker::hitTopLeft 0
CRectTracker::hitTopRight 1
CRectTracker::hitBottomRight 2
CRectTracker:hitBottomLeft 3
CRectTracker:hitTop 4
CRectTracker:hitRight 5
CRectTracker:hitBottom 6
CRectTracker:hitLeft 7
CRectTracker:hitMiddle 8
Parameters
point
The point, in device coordinates, to test.
Remarks
Call this function to find out whether the user has grabbed a resize handle.
CRectTracker Overview | Class Members | Hierarchy Chart
See Also CRectTracker::NormalizeHit, CRectTracker::SetCursor