Transform2DLinear SetScalingAspectRotationSkewTranslation Method Cognex VisionPro 9.25 SR1

Set this transform from the given parameters. Rotation and Skew are in radians.

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

public void SetScalingAspectRotationSkewTranslation(
	double scaling,
	double aspect,
	double rotation,
	double skew,
	double translationX,
	double translationY
)
Exceptions

ExceptionCondition
ArgumentExceptionscaling is zero.
ArgumentExceptionaspect is zero.
ArgumentExceptionskew is π/2 or −π/2 (when normalized to the range between π and −π).
Remarks

Changed Raised when the transform is changed.

Remarks

Sets the scaling, aspect, rotation, skew, and/or translation of this transformation object.

See Also