CogOCFontModel ImageMaskOffsetY Property Cognex VisionPro 9.8 SR1
Y offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the Image to the upper-left corner of the ImageMask, in image coordinates of the Image.

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

public int ImageMaskOffsetY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogOCFontModel Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

The mask Y-offset value in pixels. The offset is the distance from the upper-left corner of the Image to the upper-left corner of the ImageMask in pixels.

Default Value: 0

See Also