Set this transform from the given parameters.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
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.
- SfLinear
- SfRotation
- SfScaling
- SfAspect
- SfGetMatrixElement
- SfMatrixDeterminant
- SfRotationX
- SfRotationY
- SfScalingX
- SfScalingY
- SfTranslationX
- SfTranslationY
Sets the specified matrix and translation elements of this transformation object.
See Also