CogMaskGraphic Image Property Cognex VisionPro 9.8 SR1
Image containing mask data. Only pixel data and Width and Height are used in building mask graphic.

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

public CogImage8Grey Image { get; set; }

Property Value

Type: CogImage8Grey
Events

Event TypeReason
CogMaskGraphic Changed

Fires when the mask image changes.

The following state flag may be affected:

    Remarks

    CogImage8Grey containing mask data. Only pixel data, Width, and Height are used in building mask graphic.

    Default Value: Nothing

    See Also