RanorexRanorex Documentation
Similarity Property
NamespacesRanorexImaging..::.FindOptionsSimilarity
Gets or sets the minimum similarity that the feature needs to have with the image to be considered a match.
Declaration Syntax
C#Visual BasicVisual C++
public double Similarity { get; set; }
Public Property Similarity As Double
public:
property double Similarity {
	double get ();
	void set (double value);
}
Remarks
A smaller similarity causes the search to take longer as more pixels need to be processed before a point in the image can be certain to be no match.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the value lies outside the interval 0.0 and 1.0.

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