GetImageLocations Method
Returns the first 100 locations of an image inside the source image. If the number of images found exceeds 100 images, a GeneralReplayException is thrown.

C# Syntax

public static Point[] GetImageLocations( 
   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.