CitrixVirtualUserScript DefaultSearchRadius Property C# API
The default search radius to use when searching for bitmaps.

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

public int DefaultSearchRadius { get; set; }
Remarks

When checking for bitmaps the search mechanism is able to search outside the specified location as determined by this value. For example, if DefaultSearchRadius is set to 30 pixels then the search rectangle will be expanded by 30 pixels on all four sides. The rectangle cannot expand beyond the screen boundary; in such circumstances the rectangle is clipped to an appropriate size. This property is set to 50 pixels by default.
See Also