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