CogCoordinateAxes SetOriginLengthAspectRotationSkew Method Cognex VisionPro 9.7
Sets 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 SetOriginLengthAspectRotationSkew(
	double originX,
	double originY,
	double xAxisLength,
	double aspect,
	double rotation,
	double skew
)
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    xAxisLength is <= 0 or aspect is <= 0..

    Remarks

    Sets the geometric properties of this coordinate axis.

    See Also