MaskGraphic OffsetY Property Cognex VisionPro 9.10
Get

The Y position, in pixel coordinates, of the upper left corner of the mask image. The X,Y offset controls where the mask graphic will be overlaid on a displayed image.

Set

Sets OffsetY.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public int OffsetY { get; set; }

Property Value

Type: Int32
Default Value: 0
Remarks

Remarks

Changed Raised when the value of this property changes.

See Also