C# Class ZXing.OneD.RSS.FinderPattern

显示文件 Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool

Determines whether the specified System.Object is equal to this instance.

FinderPattern ( int value, int startEnd, int start, int end, int rowNumber ) : System

Initializes a new instance of the FinderPattern class.

GetHashCode ( ) : int

Returns a hash code for this instance.

Method Details

Equals() public method

Determines whether the specified System.Object is equal to this instance.
public Equals ( Object o ) : bool
o Object The to compare with this instance.
return bool

FinderPattern() public method

Initializes a new instance of the FinderPattern class.
public FinderPattern ( int value, int startEnd, int start, int end, int rowNumber ) : System
value int The value.
startEnd int The start end.
start int The start.
end int The end.
rowNumber int The row number.
return System

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int