reapeatY method

AzImage reapeatY()

Implementation

AzImage reapeatY(){
  _repeat = ImageRepeat.repeatY;
  return this;
}