C# 클래스 DupImage.ImageStruct

Structure for containing image information and hash values.
파일 보기 프로젝트 열기: Quickshot/DupImage

공개 메소드들

메소드 설명
ImageStruct ( FileInfo file ) : System

Construct a new ImageStruct from FileInfo.

ImageStruct ( string pathToImage ) : System

Construct a new ImageStruct from image path.

메소드 상세

ImageStruct() 공개 메소드

Construct a new ImageStruct from FileInfo.
public ImageStruct ( FileInfo file ) : System
file System.IO.FileInfo FileInfo to be used.
리턴 System

ImageStruct() 공개 메소드

Construct a new ImageStruct from image path.
public ImageStruct ( string pathToImage ) : System
pathToImage string Image location
리턴 System