CogSearchMaxRunParams SearchImageMaskOffsetY Property Cognex VisionPro 9.8
Gets or sets the Y offset value in pixels. The X and Y offset values measure the offset from the upper-left corner of the run-time input image to the upper-left corner of the SearchImageMask in image coordinates of the input image.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax

public int SearchImageMaskOffsetY { get; set; }

Property Value

Type: Int32
The Y offset value for the search image mask. Default value is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfSearchImageMaskOffsetY
See Also