C# Class PHashCS.HashEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: archvision/pHashImageRecognition

Public Properties

Property Type Description
hash ulong
retCode int

Public Methods

Method Description
HashEventArgs ( int ret, ulong hash ) : System

Method Details

HashEventArgs() public method

public HashEventArgs ( int ret, ulong hash ) : System
ret int
hash ulong
return System

Property Details

hash public_oe property

public ulong hash
return ulong

retCode public_oe property

public int retCode
return int