IHitTester Interface

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
[PrivateApiAttribute]
public interface IHitTester

Methods

HitTest(Point, Visual, FuncVisual, Boolean) Hit tests a location to find the visuals at the specified point.
HitTestFirst(Point, Visual, FuncVisual, Boolean) Hit tests a location to find first visual at the specified point.

See Also