Extract the named parameters from this transform. Rotation and Skew are in radians.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
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
)
Returns the scaling, aspect, rotation, skew, and/or translation of this transformation. Note that each GetScalingAspectRotationSkewTranslation parameter is optional.