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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.