コード例 #1
0
 public static bool Contains(this Rectangle rect, Point p)
 {
     return(rect.Contains(p.ToXnaPoint()));
 }