Table of Contents

Interface ICustomHitTest

Namespace
Avalonia.Rendering
Assembly
Avalonia.Base.dll

Allows customization of hit-testing

public interface ICustomHitTest

Methods

HitTest(Point)

bool HitTest(Point point)

Parameters

point Point

The point to hit test in global coordinate space.

Returns

bool