The ordered collection of ICogMaskCreatorArea instances to be rendered at runtime into the generated mask image.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
public CogMaskCreatorAreas MaskAreas { get; }public CogMaskCreatorAreas MaskAreas { get; }Public ReadOnly Property MaskAreas As CogMaskCreatorAreas
Get
Public ReadOnly Property MaskAreas As CogMaskCreatorAreas
Get
public:
property CogMaskCreatorAreas^ MaskAreas {
CogMaskCreatorAreas^ get ();
}public:
property CogMaskCreatorAreas^ MaskAreas {
CogMaskCreatorAreas^ get ();
}Property Value
Type:
CogMaskCreatorAreasDefault is an empty collection.
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.