Method PointInChilds
PointInChilds(PointD)
Gets IEnumerable list of visible child controls which have Bounds that contains the specified point. Controls are returned starting from the last control in Children.
public virtual IEnumerable<AbstractControl> PointInChilds(PointD point)
Parameters
point
PointDPoint to test.