Extract the named parameters from this transform. Rotation and Skew are in radians.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
public void GetScalingAspectRotationSkewTranslation(
out double scaling,
out double aspect,
out double rotation,
out double skew,
out double translationX,
out double translationY
)
public void GetScalingAspectRotationSkewTranslation(
out double scaling,
out double aspect,
out double rotation,
out double skew,
out double translationX,
out double translationY
)
Public Sub GetScalingAspectRotationSkewTranslation (
<OutAttribute> ByRef scaling As Double,
<OutAttribute> ByRef aspect As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
Public Sub GetScalingAspectRotationSkewTranslation (
<OutAttribute> ByRef scaling As Double,
<OutAttribute> ByRef aspect As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
public:
void GetScalingAspectRotationSkewTranslation(
[OutAttribute] double% scaling,
[OutAttribute] double% aspect,
[OutAttribute] double% rotation,
[OutAttribute] double% skew,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
public:
void GetScalingAspectRotationSkewTranslation(
[OutAttribute] double% scaling,
[OutAttribute] double% aspect,
[OutAttribute] double% rotation,
[OutAttribute] double% skew,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
Parameters
- scaling
- Type: System Double
The Scaling factor.
- aspect
- Type: System Double
The aspect ratio.
- rotation
- Type: System Double
The angle of Rotation in radians.
- skew
- Type: System Double
The skew angle in radians.
- translationX
- Type: System Double
The translation along the x-axis.
- translationY
- Type: System Double
The translation along the y-axis.
Returns the scaling, aspect, rotation, skew, and/or translation of this transformation. Note that each GetScalingAspectRotationSkewTranslation(Double , Double , Double , Double , Double , Double ) parameter is optional.