TdxCustomSmartImage.GetHashCode Method
In This Article
Calculates the hash code from the stored image pixel data.
#Declaration
Delphi
function GetHashCode: Integer; override;
#Returns
Type |
---|
Integer |
#Remarks
Returns the calculated CRC32 hash code value. If the Smart Image object contains no image data, the GetHashCode function returns 0.
See Also