CitrixVirtualUserScript DefaultImageMatchTolerance Property C# API
Get/set the default tolerance for matching each pixel in an image

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public uint DefaultImageMatchTolerance { get; set; }
Remarks

This property defaults to 45. When searching for an image, if a pixels's RGB values vary from the original images' RGB values by less then the tolerance, then the pixle is considered a match.
See Also