Class FinderPattern
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
intThe value.
startEnd
int[]The start end.
start
intThe start.
end
intThe end.
rowNumber
intThe row number.
Properties
ResultPoints
Gets the result points.
public ResultPoint[] ResultPoints { get; }
Property Value
StartEnd
Gets the start end.
public int[] StartEnd { get; }
Property Value
- int[]
Value
Gets the value.
public int Value { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
public override bool Equals(object o)
Parameters
Returns
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.