TdxCustomSmartImage.GetHashCode Method
Calculates the hash code from the stored image pixel data.
Declaration
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