reapeatX method

AzImage reapeatX()

Implementation

AzImage reapeatX(){
  _repeat = ImageRepeat.repeatX;
  return this;
}