CogPMRedLineRunParams SearchImageMaskOffsetX Property Cognex VisionPro 9.20
Gets or sets the X offset (in pixels) for the search image mask.

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

public int SearchImageMaskOffsetX { get; set; }

Property Value

Type: Int32
The X 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