RanorexRanorex Documentation
Imaging..::.Match Constructor (x, y, width, height, similarity)
NamespacesRanorexImaging..::.MatchImaging..::.Match(Int32, Int32, Int32, Int32, Double)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public Match(
	int x,
	int y,
	int width,
	int height,
	double similarity
)
Public Sub New ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	similarity As Double _
)
public:
Match(
	int x, 
	int y, 
	int width, 
	int height, 
	double similarity
)
Parameters
x (Int32)
The x coordinate of the match.
y (Int32)
The y coordinate of the match.
width (Int32)
The width of the feature that matched.
height (Int32)
The height of the feature that matched.
similarity (Double)
The similarity of the match.

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