C# 클래스 BingWallpaper.HistogramHash

파일 보기 프로젝트 열기: BlythMeister/BingImageDowload 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FilePath string
HashValue List

공개 메소드들

메소드 설명
Equal ( HistogramHash other ) : bool
HistogramHash ( string filePath, List hashValue ) : System

메소드 상세

Equal() 공개 메소드

public Equal ( HistogramHash other ) : bool
other HistogramHash
리턴 bool

HistogramHash() 공개 메소드

public HistogramHash ( string filePath, List hashValue ) : System
filePath string
hashValue List
리턴 System

프로퍼티 상세

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

HashValue 공개적으로 프로퍼티

public List HashValue
리턴 List