Table of Contents

Delegate SelectionAnchorActivity.HitTestDelegate

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

Defines a delegate for hit testing an element to determine which part was clicked.

public delegate int SelectionAnchorActivity.HitTestDelegate(AbstractControl sender, PointD clickLocation)

Parameters

sender AbstractControl

The control that is being hit tested.

clickLocation PointD

The location of the click.

Returns

int