Click the hot spot of the last found image location
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
public void ClickFoundLocation()
public void ClickFoundLocation()
Click the left mouse button in the hot spot of the
LastFoundLocation Rectangle.
This value is set on a successful image match as a result of one of the Wait or Check image/bitmap methods.
WaitForImage(@"Painty\OK Button", 684, 552, 22, 16, 10);
ClickFoundLocation();
WaitForImage(@"Painty\OK Button", 684, 552, 22, 16, 10);
ClickFoundLocation();