C# Класс ZXing.OneD.RSS.FinderPattern

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный метод

Determines whether the specified System.Object is equal to this instance.
public Equals ( Object o ) : bool
o Object The to compare with this instance.
Результат bool

FinderPattern() публичный метод

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.
Результат System

GetHashCode() публичный метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int