Tao.DevIl SDK Documentation

Ilu.iluCompareImage Method 

iluCompareImage compares the current image to the image having the name in Comp. If both images are identical, IL_TRUE is returned. IL_FALSE is returned if the images are not identical. The bound image before calling this function remains the bound image after calling ilCompareImage.

[Visual Basic]
Public Shared Function iluCompareImage( _
   ByVal Comp As Integer _
) As Boolean
[C#]
public static bool iluCompareImage(
   int Comp
);

Parameters

Comp
The image to compare with.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace