ContextMenu Properties
BlurKernelForDetectChanges
The size of the kernel that is used to blur the images when detecting the changes to define the list rectangle. Size 0 means no blur, a common value for moderate blurring is 8 (approx. the size of a character). (Default: 0)
Syntax: public int BlurKernelForDetectChanges { get; set; }
ContextMenuImageParas
The image detection parameters that are used to find an image entry in the context menu.
Syntax: public
ImageDetectionParameters
ContextMenuImageParas { get; }
ContextMenuOcrParas
he OCR parameters that are used to find a text entry in the context menu.
Syntax: public
OcrEngineParameters
ContextMenuOcrParas { get; }
HoverToExpandSubmenu
Controls whether a click or a hover is required to expand a submenu (Default: true)
Syntax: public bool HoverToExpandSubmenu { get; set; }
ListBorder
Width of the border of the list that will be cut away on all sides to remove a border from the image that is passed to the OCR algorithm. (Default: 3)
Syntax: public int ListBorder { get; set; }
SearchRectangleForMenu
The search rectangle in which changes are detected to define the menu rectangle. (Default: AppBasic.Window)
Syntax: public
Select
SearchRectangleForMenu { get; set; }
ToleranceForDetectChanges
The tolerance value for changes that shall be ignored when detecting the changes to define the list rectangle. (Default: 0.04)
Syntax: public double ToleranceForDetectChanges { get; set; }
Last updated