C# Класс ZXing.Aztec.Internal.AztecDetectorResult

Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
Наследование: ZXing.Common.DetectorResult
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AztecDetectorResult ( BitMatrix bits, ResultPoint points, bool compact, int nbDatablocks, int nbLayers ) : ZXing.Common

Initializes a new instance of the AztecDetectorResult class.

Описание методов

AztecDetectorResult() публичный Метод

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.
Результат ZXing.Common