CogCaliperTool Region Property Cognex VisionPro
Region of interest.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public CogRectangleAffine Region { get; set; }

Property Value

Type: CogRectangleAffine
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The input region for this tool. Only regions of type CogRectangleAffine are supported.

Default Value: A default-constructed CogRectangleAffine

See Also