TData Matrix Detector .correct Top Right Rectangular Method
Unit: ZXing.Datamatrix.Internal.Detector
function correctTopRightRectangular(bottomLeft: IResultPoint; bottomRight: IResultPoint; topLeft: IResultPoint; topRight: IResultPoint; dimensionTop: Integer; dimensionRight: Integer): IResultPoint
Parameters
- bottomLeft
- Type: ZXing.ResultPoint.IResultPoint
- bottomRight
- Type: ZXing.ResultPoint.IResultPoint
- topLeft
- Type: ZXing.ResultPoint.IResultPoint
- topRight
- Type: ZXing.ResultPoint.IResultPoint
- dimensionTop
- Type: System.Integer
- dimensionRight
- Type: System.Integer