MaskGraphic Image Property Cognex VisionPro 9.23
Get

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

Set

Sets Image.

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

public Image8Grey Image { get; set; }

Property Value

Type: Image8Grey
Default Value: Nothing
Remarks

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

Remarks

Changed Raised when the value of this property changes.

See Also