Cog3DRangeImageVolumeCalculator InputImageMaskOffsetY Property Cognex VisionPro 9.7
Gets or sets the 2D InputImageMask Y offset value in pixels.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public int InputImageMaskOffsetY { get; set; }

Property Value

Type: Int32
The InputImageMask Y offset value in pixels. The X and Y offset values set the offset from the upper-left corner of the run-time input image to th upper-left corner of the InputImageMask in pixels. The default is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfInputImageMaskOffsetY
See Also