C# Syntax
Nullable<Point> VerifyImageExists( Image imageToFind, byte similarity )
Parameters
- imageToFind
- The image to look for within the test object's snapshot.
- similarity
- Optional. The minimum similarity between the two images (as a percentage), above which the find is considered a match. Default = 100.
Return Value