public string FindImage( string imageHash, Rectangle[] rectangles, int confidenceInterval )
Parameters
- imageHash
Type: System.String
The hash of the image. The image represented as a string.
- rectangles
Type: System.Drawing.Rectangle
The rectangular area of search.
- confidenceInterval
Type: System.Int32
The exact matches. This parameter defines percent of similarities for search of the necessary parts. It should be in range from 95 to 99 including border.
Return Value
Type: System.String
The rectangular area in the coordinates of the page. The string has the follow format: "Left, Top, Width, Height".