CogAcqRangeImage FirstPixelLocation Property Cognex VisionPro 9.10
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.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public virtual double FirstPixelLocation { get; set; }

Property Value

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

Implements

ICogAcqRangeImage FirstPixelLocation
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