CogAffineTransform ScalingY Property Cognex VisionPro 9.8 SR1
Specifies the scaling factor for the Y direction of the output image. For example, setting ScalingY to 2.0 will result in an output image that is approximately twice as high as the SideYLength of the input region (when measured in image pixels).

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

public double ScalingY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogAffineTransform Changed

Fires when the y-scaling factor changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is < 0.001 or > 1000.0.

Remarks

Specifies the scaling factor for the Y direction of the output image. For example, setting ScalingY to 2.0 will result in an output image that is approximately twice as high as the SideYLength of the input region (when measured in image pixels).

Default Value: 1.0

See Also