Method GetHitTestRect
GetHitTestRect(AbstractControl, int)
Returns the hit test rectangle for the specified control and hit test result.
protected virtual RectD? GetHitTestRect(AbstractControl sender, int hitTest)
Parameters
senderAbstractControlThe control for which the hit test rectangle is being requested.
hitTestintThe hit test result that determines the area to be returned.