Method GetHitTest
GetHitTest(double, double, IHitTestInfo)
Fills hitTestInfo parameter by information about a part of the layer at specified coordinate.
public override void GetHitTest(double x, double y, IHitTestInfo hitTestInfo)Parameters
- xdouble
- Specifies horizontal coordinate of position to check. 
- ydouble
- Specifies vertical coordinate of position to check. 
- hitTestInfoIHitTestInfo
- Retrieves information about part of layer.