CogImageConvertTool Region Property Cognex VisionPro 9.22
Specifies the region of the InputImage that will be processed.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
This read/write property is of type ICogRegion.
Events

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
See Also