Delegate SelectionAnchorActivity.HitTestRectangleDelegate
Defines a delegate for obtaining the rectangle of a specific part of an element.
public delegate RectD? SelectionAnchorActivity.HitTestRectangleDelegate(AbstractControl sender, int hitTest)
Parameters
senderAbstractControlThe control that is being hit tested.
hitTestintThe result of the hit test.