topLeft method

AzImage topLeft()

Implementation

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