CogMaskCreator MaskAreas Property Cognex VisionPro 9.10
The ordered collection of ICogMaskCreatorArea instances to be rendered at runtime into the generated mask image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax

public CogMaskCreatorAreas MaskAreas { get; }

Property Value

Type: CogMaskCreatorAreas
Default is an empty collection.
Remarks

The order of elements in this list is significant. The pixel value of any particular output mask image pixel will correspond to the last value written to that pixel.
See Also