예제 #1
0
 public static Rect Inflate(Rect rect, int width, int height) {
     rect.Inflate(width, height);
     return rect;
 }
예제 #2
0
 public static Rect Inflate(Rect rect, int width, int height)
 {
     rect.Inflate(width, height);
     return(rect);
 }
예제 #3
0
 public static Rect Inflate(Rect rect, Size size) {
     rect.Inflate(size.width, size.height);
     return rect;
 }
예제 #4
0
 public static Rect Inflate(Rect rect, Size size)
 {
     rect.Inflate(size.width, size.height);
     return(rect);
 }