RanorexRanorex Documentation
Find Method (image, feature, options)
NamespacesRanorexImagingFind(Bitmap, Bitmap, Imaging..::.FindOptions)
Searches for the specified feature in the image and returns a list of Imaging..::.Matches.
Declaration Syntax
C#Visual BasicVisual C++
public static List<Imaging..::.Match> Find(
	Bitmap image,
	Bitmap feature,
	Imaging..::.FindOptions options
)
Public Shared Function Find ( _
	image As Bitmap, _
	feature As Bitmap, _
	options As Imaging..::.FindOptions _
) As List(Of Imaging..::.Match)
public:
static List<Imaging..::.Match^>^ Find(
	Bitmap^ image, 
	Bitmap^ feature, 
	Imaging..::.FindOptions^ options
)
Parameters
image (Bitmap)
The image to search in.
feature (Bitmap)
The image to search for.
options (Imaging..::.FindOptions)
A Imaging..::.FindOptions instance that defines the options for the search.
Return Value
A list of Imaging..::.Matches found.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf image is null.
ArgumentNullExceptionIf feature is null.
ArgumentExceptionIf the feature is greater in size than the image.
ArgumentExceptionIf the bitmap format of the feature cannot be converted to that of the image.

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