Table of Contents

Method GetHitTest

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetHitTest(AbstractControl, PointD)

Performs a hit test on the specified control at the given click location.

protected virtual int GetHitTest(AbstractControl sender, PointD clickLocation)

Parameters

sender AbstractControl

The control to hit test.

clickLocation PointD

The location of the click.

Returns

int