Gets the geometric properties of this coordinate axis.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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
)
Parameters
- originX
- Type: System Double
The x-coordinate of the origin point (Po).
- originY
- Type: System Double
The y-coordinate of the origin point (Po).
- xAxisLength
- Type: System Double
The length of the x-axis.
- aspect
- Type: System Double
The aspect ratio of the length of y-axis to x-axis.
- rotation
- Type: System Double
The rotation angle in radians.
- skew
- Type: System Double
The skew angle in radians.
Gets the geometric properties of this coordinate axis.