CogTransform2DPerspectiveAndRadial LinearScaling Property Cognex VisionPro 9.5
Returns/sets the scaling of this transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public double LinearScaling { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new value is 0.

    Remarks

    The linear scale of this transform.

    See Also