C# Syntax
public static Nullable<Point> LocateImage( Image sourceImage, Image imageToFind, byte similarity )
Parameters
- sourceImage
- The source image to check.
- imageToFind
- The image to locate within the sourceImage.
- similarity
- Optional. The minimum similarity (as a percentage) above which the find is considered successful. Default = 100.