Transform2DLinear SetScalingsRotationsTranslation Method Cognex VisionPro 9.25 SR1

Set this transform from the given parameters. RotationX and RotationY 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 SetScalingsRotationsTranslation(
	double scalingX,
	double scalingY,
	double rotationX,
	double rotationY,
	double translationX,
	double translationY
)
Exceptions

ExceptionCondition
ArgumentExceptionscalingX is zero.
ArgumentExceptionscalingY is zero.
ArgumentExceptionrotationY is ( rotationX ± π/2) when normalized to the range between π and −π.
Remarks

Changed Raised when the transform is changed.

Remarks

Sets the x- and y-axis scaling, rotation, and/or translation of this transformation object.

See Also