IFinderPattern.aboutEquals Method

Determines if this finder pattern "about equals" a finder pattern at the stated position and size -- meaning, it is at nearly the same center with nearly the same size.

Unit: ZXing.QrCode.Internal.FinderPattern
function aboutEquals(const moduleSize: Single; const i: Single; const j: Single): Boolean

Parameters

moduleSize
Type: System.Single

i
Type: System.Single

j
Type: System.Single

Return Value

Type: System.Boolean