Method PointInChild
PointInChild(PointD)
Gets top-most visible child control which has Bounds that contains the specified point. Controls are queried starting from the last control in Children.
public virtual AbstractControl? PointInChild(PointD point)
Parameters
point
PointDPoint to test.