Extract the named parameters from this transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
public void GetMatrixElementsTranslation(
out double elem00,
out double elem01,
out double elem10,
out double elem11,
out double translationX,
out double translationY
)
public void GetMatrixElementsTranslation(
out double elem00,
out double elem01,
out double elem10,
out double elem11,
out double translationX,
out double translationY
)
Public Sub GetMatrixElementsTranslation (
<OutAttribute> ByRef elem00 As Double,
<OutAttribute> ByRef elem01 As Double,
<OutAttribute> ByRef elem10 As Double,
<OutAttribute> ByRef elem11 As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
Public Sub GetMatrixElementsTranslation (
<OutAttribute> ByRef elem00 As Double,
<OutAttribute> ByRef elem01 As Double,
<OutAttribute> ByRef elem10 As Double,
<OutAttribute> ByRef elem11 As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
public:
void GetMatrixElementsTranslation(
[OutAttribute] double% elem00,
[OutAttribute] double% elem01,
[OutAttribute] double% elem10,
[OutAttribute] double% elem11,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
public:
void GetMatrixElementsTranslation(
[OutAttribute] double% elem00,
[OutAttribute] double% elem01,
[OutAttribute] double% elem10,
[OutAttribute] double% elem11,
[OutAttribute] double% translationX,
[OutAttribute] 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.
Returns the requested
matrix elements
and translation of this transformation. Note that each
GetMatrixElementsTranslation(Double , Double , Double , Double , Double , Double )
parameter is optional.