Delegate HitTest
Represents a method that will be called when a custom hit test should be performed for a Window
public delegate HitTestResult HitTest(Window window, in Point<int> area)
Parameters
windowWindowThe Window for which the hit test should be performed
areaPoint<int>The point which should be checked
Returns
- HitTestResult
The HitTestResult of the custom hit test, describing the kind of hit test result for the given point