Transform2DLinear GetMatrixElementsTranslation Method Cognex VisionPro 9.23

Extract the named parameters from this transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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 TranslationX along the x-axis.
translationY
Type: System Double 
The TranslationY along the y-axis.
Remarks

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

See Also