CogTransform2DLinear ScalingX Property Cognex VisionPro 9.7
Returns the x-axis scaling of this transform. When set, RotationX, RotationY, and ScalingY remain unchanged.

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

public double ScalingX { get; }

Property Value

Type: Double
Remarks

Returns the x-axis scaling of this transformation object.

In the standard transformation matrix, ScalingX is represented by the symbol Sx.

See Also