CogAffineTransformTool RunParams Property Cognex VisionPro
Run parameters for affine transform.

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

public CogAffineTransform RunParams { get; set; }

Property Value

Type: CogAffineTransform
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
InvalidCastException

The CogAffineTransform interface is not supported.

Remarks

Run parameters for the transformation.

Default Value: A default constructed CogAffineTransform

See Also