Transform2DLinear GetMatrixElement Method Cognex VisionPro 9.21

Access the selected element of the 2-by-2 matrix in this transform.

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

public double GetMatrixElement(
	int row,
	int column
)

Parameters

row
Type: System Int32
The row index of the element to set or get. Row numbering starts at zero.
column
Type: System Int32
The column index of the element to set or get. Column numbering starts at zero.

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentExceptionrow or column is less than zero or greater than one.
See Also