ICogAcqRangeImage FirstPixelLocation Property Cognex VisionPro 9.21
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

double FirstPixelLocation { get; set; }

Property Value

Type: Double
Offset of the output image relative to the center, in mm.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfFirstPixelLocation
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than -FirstPixelLocationRange or greater than FirstPixelLocationRange.
See Also