Reads or sets the offset of the output image relative to the center, in mm. Negative offsets are allowed. The default value corresponds to the leftmost location that can be seen at the furthest distance from the camera. Default value is negative, which indicates the left side of the center line.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleOffset of the output image relative to the center, in mm.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfFirstPixelLocation |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than -FirstPixelLocationRange or greater than FirstPixelLocationRange. |
See Also