C# Class BingWallpaper.HistogramHash

Afficher le fichier Open project: BlythMeister/BingImageDowload Class Usage Examples

Méthodes publiques

Свойство Type Description
FilePath string
HashValue List

Méthodes publiques

Méthode Description
Equal ( HistogramHash other ) : bool
HistogramHash ( string filePath, List hashValue ) : System

Method Details

Equal() public méthode

public Equal ( HistogramHash other ) : bool
other HistogramHash
Résultat bool

HistogramHash() public méthode

public HistogramHash ( string filePath, List hashValue ) : System
filePath string
hashValue List
Résultat System

Property Details

FilePath public_oe property

public string FilePath
Résultat string

HashValue public_oe property

public List HashValue
Résultat List