RanorexRanorex Documentation
Imaging..::.Match Constructor (location, size, similarity)
NamespacesRanorexImaging..::.MatchImaging..::.Match(Point, Size, Double)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public Match(
	Point location,
	Size size,
	double similarity
)
Public Sub New ( _
	location As Point, _
	size As Size, _
	similarity As Double _
)
public:
Match(
	Point location, 
	Size size, 
	double similarity
)
Parameters
location (Point)
The location of the match.
size (Size)
The size of the feature that matched.
similarity (Double)
The similarity of the match.

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