Ejemplo n.º 1
0
 public static bool Contains(this RectangleF r, int2 p)
 {
     return(r.Contains(p.ToPointF()));
 }