CogCoordinateAxes GetOriginLengthAspectRotationSkew Method Cognex VisionPro 9.7
Gets the geometric properties of this coordinate axis.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.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