SmartLineTool Region Property Cognex VisionPro 9.22
Get

Gets the inspection region of the input image.

Set

Sets the inspection region of the input image.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax

public IRegion Region { get; set; }

Return Value

Type: IRegion

The inspection region.

Remarks

If the Region value is null then the entire InputImage is processed, subject to the mask properties.

Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also