Access the selected element of the 2-by-2 matrix in this transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
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.
- value
- Type: System Double
The value of the element to set or get.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | row or column is less than zero or greater than one. |
Remarks
Changed Raised when the transform is changed.
- SfLinear
- SfRotation
- SfScaling
- SfAspect
- SfGetMatrixElement
- SfMatrixDeterminant
- SfRotationX
- SfRotationY
- SfScalingX
- SfScalingY
- SfTranslationX
- SfTranslationY
Remarks
Sets or gets the selected element from this transformation object's (2x2) matrix.
See Also