This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.HitTest Method (ArcObjects .NET 10.5 SDK) |
Check if mouse is over tracker. Return a TrackerLocation to indicate which handle mouse is over.
[Visual Basic .NET] Public Function HitTest ( _ ByVal Point As IPoint _ ) As esriTrackerLocation
[C#] public esriTrackerLocation HitTest ( IPoint Point );
[C++]
HRESULT HitTest(
IPoint* Point,
esriTrackerLocation* location
);
[C++]
Parameters Point [in]
Point is a parameter of type IPoint location [out, retval]
location is a parameter of type esriTrackerLocation