ICustomHitTest Interface
Definition
Allows customization of hit-testing
public interface ICustomHitTest
Methods
| Name | Description |
|---|---|
| HitTest | No summary available. |
HitTest Method
public bool HitTest(Avalonia.Point point)
Parameters
point Avalonia.Point
The point to hit test in global coordinate space.
Returns
bool