Esempio n. 1
0
 static bool CenterTest(GLRect marker, Point wloc) {
     return marker.Contains(wloc.X, wloc.Y);
 }
Esempio n. 2
0
 static bool CenterTest(GLRect marker, Point wloc)
 {
     return(marker.Contains(wloc.X, wloc.Y));
 }