CogAffineTransformTool Region Property Cognex VisionPro
A CogRectangleAffine that specifies the region to be transformed. Can be set to Nothing in order to transform the entire image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.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

A CogRectangleAffine that specifies the region to be transformed. Can be set to Nothing in order to transform the entire image.

Default Value: NULL

See Also