Interface ICustomHitTest
Allows customization of hit-testing
public interface ICustomHitTest
Methods
HitTest(Point)
bool HitTest(Point point)
Parameters
point
PointThe point to hit test in global coordinate space.
Allows customization of hit-testing
public interface ICustomHitTest
bool HitTest(Point point)
point
PointThe point to hit test in global coordinate space.