TDataMatrixDetector.sampleGrid Method

Unit: ZXing.Datamatrix.Internal.Detector
function sampleGrid(image: TBitMatrix; topLeft: IResultPoint; bottomLeft: IResultPoint; bottomRight: IResultPoint; topRight: IResultPoint; dimensionX: Integer; dimensionY: Integer): TBitMatrix

Parameters

image
Type: ZXing.Common.BitMatrix.TBitMatrix

topLeft
Type: ZXing.ResultPoint.IResultPoint

bottomLeft
Type: ZXing.ResultPoint.IResultPoint

bottomRight
Type: ZXing.ResultPoint.IResultPoint

topRight
Type: ZXing.ResultPoint.IResultPoint

dimensionX
Type: System.Integer

dimensionY
Type: System.Integer