Transform2DLinear SetMatrixElementsTranslation Method Cognex VisionPro 9.21

Set this transform from the given parameters.

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

public void SetMatrixElementsTranslation(
	double elem00,
	double elem01,
	double elem10,
	double elem11,
	double translationX,
	double translationY
)

Parameters

elem00
Type: System Double
Element (0,0) of the matrix component of the transformation object.
elem01
Type: System Double
Element (0,1) of the matrix component of the transformation object.
elem10
Type: System Double
Element (1,0) of the matrix component of the transformation object.
elem11
Type: System Double
Element (1,1) of the matrix component of the transformation object.
translationX
Type: System Double
The translation along the x-axis.
translationY
Type: System Double
The translation along the y-axis.
Remarks

Changed Raised when the transform is changed.

Sets the specified matrix and translation elements of this transformation object.

See Also