コード例 #1
0
 public static Rect Rect(this Size size)
 {
     return(SizeUtils.Rect(size));
 }