CogTransform2DLinear GetMatrixElementsTranslation Method Cognex VisionPro 9.21 SR1
Extract the named parameters from this transform.

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

public void GetMatrixElementsTranslation(
	out double elem00,
	out double elem01,
	out double elem10,
	out double elem11,
	out double translationX,
	out 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

Returns the requested matrix elements and translation of this transformation. Note that each GetMatrixElementsTranslation(Double , Double , Double , Double , Double , Double ) parameter is optional.

See Also