TFinderPatternInfo Class

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

Unit: ZXing.QrCode.Internal.FinderPatternInfo
System.TObject
  ZXing.QrCode.Internal.FinderPatternInfo.TFinderPatternInfo
type TFinderPatternInfo = class(TObject)

The TFinderPatternInfo type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the class.

Top
Show:
 NameDescription
bottomLeft

Gets the bottom left.

topLeft

Gets the top left.

topRight

Gets the top right.

Top