CoordinateAxes SetOriginLengthAspectRotationSkew Method Cognex VisionPro 9.21 SR1

Sets the geometric properties of this coordinate axis.

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

public void SetOriginLengthAspectRotationSkew(
	double originX,
	double originY,
	double xAxisLength,
	double aspect,
	double rotation,
	double skew
)
Exceptions

ExceptionCondition
ArgumentExceptionxAxisLength is <= 0 or aspect is <= 0..
Remarks

Changed Raised when the one or more property values change.

Remarks

Sets the geometric properties of this coordinate axis.

See Also