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

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

public double ScalingY { get; }

Property Value

Type: Double
Remarks

Returns the y-axis scaling of this transformation object.

In the standard transformation matrix, ScalingY is represented by the symbol SY.

See Also