bottomLeft method

AzImage bottomLeft()

Implementation

AzImage bottomLeft(){
  _alignment = Alignment.bottomLeft;
  return this;
}