reapeat method

AzImage reapeat()

Implementation

AzImage reapeat(){
  _repeat = ImageRepeat.repeat;
  return this;
}