Table of Contents

Class FinderPatternInfo

Namespace
ZXing.QrCode.Internal
Assembly
zxing.dll

Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.

public sealed class FinderPatternInfo
Inheritance
FinderPatternInfo
Inherited Members

Constructors

FinderPatternInfo(FinderPattern[])

Initializes a new instance of the FinderPatternInfo class.

public FinderPatternInfo(FinderPattern[] patternCenters)

Parameters

patternCenters FinderPattern[]

The pattern centers.

Properties

BottomLeft

Gets the bottom left.

public FinderPattern BottomLeft { get; }

Property Value

FinderPattern

TopLeft

Gets the top left.

public FinderPattern TopLeft { get; }

Property Value

FinderPattern

TopRight

Gets the top right.

public FinderPattern TopRight { get; }

Property Value

FinderPattern