CogTransform2DRigid SetRotationTranslation Method Cognex VisionPro 9.8
Set this transform from the given parameters. Rotation is in radians.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

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

Event TypeReason
ICogChangedEvent ChangedFires when you use this method to set rotation and translation.
See Also