Transform2DRigid SetRotationTranslation Method Cognex VisionPro 9.10

Set this transform from the given parameters. Rotation is in radians.

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

public void SetRotationTranslation(
	double rotation,
	double translationX,
	double translationY
)
Remarks

Changed Raised when the transformation changes.

See Also