C# Class ZXing.Aztec.Internal.AztecDetectorResult

Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
Inheritance: ZXing.Common.DetectorResult
Mostrar archivo Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Methods

Method Description
AztecDetectorResult ( BitMatrix bits, ResultPoint points, bool compact, int nbDatablocks, int nbLayers ) : ZXing.Common

Initializes a new instance of the AztecDetectorResult class.

Method Details

AztecDetectorResult() public method

Initializes a new instance of the AztecDetectorResult class.
public AztecDetectorResult ( BitMatrix bits, ResultPoint points, bool compact, int nbDatablocks, int nbLayers ) : ZXing.Common
bits ZXing.Common.BitMatrix The bits.
points ResultPoint The points.
compact bool if set to true [compact].
nbDatablocks int The nb datablocks.
nbLayers int The nb layers.
return ZXing.Common