CoordinateAxes GetOriginLengthAspectRotationSkew Method Cognex VisionPro 9.10

Gets the geometric properties of this coordinate axis.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public void GetOriginLengthAspectRotationSkew(
	out double originX,
	out double originY,
	out double xAxisLength,
	out double aspect,
	out double rotation,
	out 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.
Remarks

Gets the geometric properties of this coordinate axis.

See Also