Delegate SelectionAnchorActivity.HitTestDelegate
Defines a delegate for hit testing an element to determine which part was clicked.
public delegate int SelectionAnchorActivity.HitTestDelegate(AbstractControl sender, PointD clickLocation)
Parameters
senderAbstractControlThe control that is being hit tested.
clickLocationPointDThe location of the click.