CogPMRedLineRunParams SearchImageMaskOffsetY Property Cognex VisionPro 9.22 SR1
Gets or sets the Y offset (in pixels) for the search image mask.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.1.0.0
Syntax

public int SearchImageMaskOffsetY { get; set; }

Property Value

Type: Int32
The Y offset for the search image mask. Measured in pixels. Default value is zero.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Remarks

The search image mask is aligned to the input image using the X and Y offset values. These values measure the offset from the upper-left corner of the runtime InputImage to the upper-left corner of the SearchImageMask in the pixel coordinates of the input image.

See Also