Transform2DLinear ScalingY Property Cognex VisionPro 9.10

Returns the y-axis scaling of this transform. When set, RotationX, RotationY, and ScalingX remain unchanged.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public double ScalingY { get; }

Property Value

Type: Double
Default Value: 1
Remarks

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

See Also