CogLineMaxTool InputImageMaskOffsetX Property Cognex VisionPro
Gets or sets the x-offset of the pixel mask.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax

public int InputImageMaskOffsetX { get; set; }

Property Value

Type: Int32
The horizontal offset in pixels. The default is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Use InputImageMaskOffsetX to horizontally align InputImageMask to a pixel column in InputImage.
See Also