CogPixelMapTool Region Property Cognex VisionPro 9.5
Gets or sets the optional region that specifies a portion of the input image to be used during pixel mapping. The property specifies exactly how this region will be applied to the InputImage.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 69.0.0.0
Syntax

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
The region. May be null.
Events

See Also