ZXing.PDF417.Internal.BoundingBox.SetBottomRight C# (CSharp) Method

SetBottomRight() private method

If we adjust the width, set a new right corner coordinate and recalculate
private SetBottomRight ( ResultPoint bottomRight ) : void
bottomRight ResultPoint Bottom right.
return void
      internal void SetBottomRight(ResultPoint bottomRight)
      {
         this.BottomRight = bottomRight;
         calculateMinMaxValues();
      }
      /*