RanorexRanorex Documentation
TryFindSingle Method (image, feature, match)
NamespacesRanorexImagingTryFindSingle(Bitmap, Bitmap, Imaging..::.Match%)
Tries to find the specified feature in the image using DefaultImaging..::.FindOptions.
Declaration Syntax
C#Visual BasicVisual C++
public static bool TryFindSingle(
	Bitmap image,
	Bitmap feature,
	out Imaging..::.Match match
)
Public Shared Function TryFindSingle ( _
	image As Bitmap, _
	feature As Bitmap, _
	<OutAttribute> ByRef match As Imaging..::.Match _
) As Boolean
public:
static bool TryFindSingle(
	Bitmap^ image, 
	Bitmap^ feature, 
	[OutAttribute] Imaging..::.Match^% match
)
Parameters
image (Bitmap)
The image to search in.
feature (Bitmap)
The image to search for.
match ( Imaging..::.Match %)
The first or best Imaging..::.Match found (as specified in the Default options), null if the search failed for any reason or no match was found.
Return Value
True if a match was found, false otherwise.

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