Gets the geometric properties of this coordinate axis.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void GetOriginLengthAspectRotationSkew(
out double originX,
out double originY,
out double xAxisLength,
out double aspect,
out double rotation,
out double skew
)
public void GetOriginLengthAspectRotationSkew(
out double originX,
out double originY,
out double xAxisLength,
out double aspect,
out double rotation,
out double skew
)
Public Sub GetOriginLengthAspectRotationSkew (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef xAxisLength As Double,
<OutAttribute> ByRef aspect As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double
)
Public Sub GetOriginLengthAspectRotationSkew (
<OutAttribute> ByRef originX As Double,
<OutAttribute> ByRef originY As Double,
<OutAttribute> ByRef xAxisLength As Double,
<OutAttribute> ByRef aspect As Double,
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef skew As Double
)
public:
void GetOriginLengthAspectRotationSkew(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% xAxisLength,
[OutAttribute] double% aspect,
[OutAttribute] double% rotation,
[OutAttribute] double% skew
)
public:
void GetOriginLengthAspectRotationSkew(
[OutAttribute] double% originX,
[OutAttribute] double% originY,
[OutAttribute] double% xAxisLength,
[OutAttribute] double% aspect,
[OutAttribute] double% rotation,
[OutAttribute] double% skew
)
Gets the geometric properties of this coordinate axis.