CogLineMaxTool InputImageMaskOffsetY Property Cognex VisionPro 9.8 SR1
Gets or sets the y-offset of the pixel mask.

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

public int InputImageMaskOffsetY { get; set; }

Property Value

Type: Int32
The vertical 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 InputImageMaskOffsetY to vertically align InputImageMask to a pixel row in InputImage.
See Also