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: 65.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
)
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.