C# Class DupImage.ImageStruct

Structure for containing image information and hash values.
Afficher le fichier Open project: Quickshot/DupImage

Méthodes publiques

Méthode Description
ImageStruct ( FileInfo file ) : System

Construct a new ImageStruct from FileInfo.

ImageStruct ( string pathToImage ) : System

Construct a new ImageStruct from image path.

Method Details

ImageStruct() public méthode

Construct a new ImageStruct from FileInfo.
public ImageStruct ( FileInfo file ) : System
file System.IO.FileInfo FileInfo to be used.
Résultat System

ImageStruct() public méthode

Construct a new ImageStruct from image path.
public ImageStruct ( string pathToImage ) : System
pathToImage string Image location
Résultat System