Gets the visual at a specific point in the visual's coordinate space.
public static Visual? HitTest(this Visual root, Point point)
The root visual to perform hit testing from.
The point to test.