left method

AzPositioned left(
  1. double double
)

Implementation

AzPositioned left(double double){
  _left = double;
  return this;
}