CogMaskCreatorRegion Region Property Cognex VisionPro 9.25 SR1
The geometric region inside which pixels will be rendered in the generated mask image.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
Default is null.
Events

Remarks

Only the SelectedSpaceName and the geometry of this region are significant. Other characteristics, like graphical color, are ignored.
See Also