Table of Contents

Delegate SelectionAnchorActivity.HitTestRectangleDelegate

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

Defines a delegate for obtaining the rectangle of a specific part of an element.

public delegate RectD? SelectionAnchorActivity.HitTestRectangleDelegate(AbstractControl sender, int hitTest)

Parameters

sender AbstractControl

The control that is being hit tested.

hitTest int

The result of the hit test.

Returns

RectD?