Gets or sets the X offset value in pixels. The X and Y offset values
measure the offset from the upper-left corner of the
TrainImage
to the upper-left corner of the
TrainImageMask
in image coordinates of the TrainImage.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 79.0.0.0
Syntax
Property Value
Type: Int32The X offset value for the TrainImageMask. Default value is 0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
Note Changing this property causes this CogSearchMaxPattern to become untrained.
See Also