Beispiel #1
0
 public virtual bool InRect(double x, double y)
 {
     PointToClient(ref x, ref y);
     if (m_Bounds.HitTest(x, y))
     {
         return(true);
     }
     return(false);
 }