Searches for the specified
feature in the
image
and returns a list of
Imaging..::.Matches.

Declaration Syntax

Parameters
- image (Bitmap)
- The image to search in.
- feature (Bitmap)
- The image to search for.
- similarityThreshold (Double)
- A value between 0.0 and 1.0 (inclusive) that defines the
similarity the feature needs to have with the image to be considered a match.
- windowRadius (Int32)
- Specifies the radius of a window in which only the
match with the greatest similarity is reported.
- maxMatches (Int32)
- Defines the maximum number of matches to return; or 0 to
not define a limit for the number of matches.

Exceptions
Assembly:
Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)