コード例 #1
0
 public bool Equals(Size s)
 {
     return (this.Width == s.Width && this.Height == s.Height);
 }
コード例 #2
0
 public RandomImageGenerator(Size size)
 {
     m_s = size;
 }