CogCoordinateAxes MapLinear Method Cognex VisionPro 9.22
Creates a gcnew CogCoordinateAxes by mapping this CogCoordinateAxes through a linear transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public CogCoordinateAxes MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCoordinateAxes

The new coordinate axes.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new CogCoordinateAxes by mapping this coordinate axes through a linear transform.

See Also