Gets or sets the X offset (in pixels) for the search image mask.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 91.0.0.0
Syntax
Property Value
Type: Int32The X offset for the search image mask. Measured in pixels. Default value is zero.
Events
| Event Type | Reason |
|---|---|
| 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