Exemple #1
0
 public GenCondition AreaAnd(int width, int height)
 {
     this._areaType = GenCondition.AreaType.And;
     this._width    = width;
     this._height   = height;
     return(this);
 }
		public GenCondition AreaAnd(int width, int height)
		{
			this._areaType = GenCondition.AreaType.And;
			this._width = width;
			this._height = height;
			return this;
		}