Example #1
0
 public static IntRectangle FromCenterAndSite(IntVector center, IntVector size)
 {
     return(IntRectangle.FromPositionAndSize(center - size / 2, size));
 }