Table of Contents

Class FinderPattern

Namespace
ZXing.OneD.RSS
Assembly
zxing.dll

Encapsulates an RSS barcode finder pattern, including its start/end position and row.

public sealed class FinderPattern
Inheritance
FinderPattern
Inherited Members

Constructors

FinderPattern(int, int[], int, int, int)

Initializes a new instance of the FinderPattern class.

public FinderPattern(int value, int[] startEnd, int start, int end, int rowNumber)

Parameters

value int

The value.

startEnd int[]

The start end.

start int

The start.

end int

The end.

rowNumber int

The row number.

Properties

ResultPoints

Gets the result points.

public ResultPoint[] ResultPoints { get; }

Property Value

ResultPoint[]

StartEnd

Gets the start end.

public int[] StartEnd { get; }

Property Value

int[]

Value

Gets the value.

public int Value { get; }

Property Value

int

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object o)

Parameters

o object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.