RanorexRanorex Documentation
FindSingle Method (element, feature)
NamespacesRanorexImagingFindSingle(Element, Bitmap)
Searches for the specified feature in (a screenshot of) the element using DefaultImaging..::.FindOptions.
Declaration Syntax
C#Visual BasicVisual C++
public static Imaging..::.Match FindSingle(
	Element element,
	Bitmap feature
)
Public Shared Function FindSingle ( _
	element As Element, _
	feature As Bitmap _
) As Imaging..::.Match
public:
static Imaging..::.Match^ FindSingle(
	Element^ element, 
	Bitmap^ feature
)
Parameters
element (Element)
The element to make a screenshot of in which will be searched.
feature (Bitmap)
The image to search for.
Return Value
The first or best Imaging..::.Match found (as specified in the Default options).
Exceptions
ExceptionCondition
RanorexExceptionIf capturing a screenshot of the element fails.
ArgumentNullExceptionIf element is null.
ArgumentNullExceptionIf feature is null.
ArgumentExceptionIf the feature is greater in size than the screenshot of the element.
ArgumentExceptionIf the bitmap format of the feature cannot be converted to that (color image, Format24bppRgb) of the screenshot of the element.
ImageNotFoundExceptionIf the feature could not be found.

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