public bool Equals(Size s) { return (this.Width == s.Width && this.Height == s.Height); }
public RandomImageGenerator(Size size) { m_s = size; }