Method GetHitTest
GetHitTest(AbstractControl, PointD)
Performs a hit test on the specified control at the given click location.
protected virtual int GetHitTest(AbstractControl sender, PointD clickLocation)
Parameters
senderAbstractControlThe control to hit test.
clickLocationPointDThe location of the click.