CoordinateAxes MapLinear Method Cognex VisionPro 9.20

Creates a new CoordinateAxes by mapping this CoordinateAxes through a linear transform.

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

public CoordinateAxes MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: CoordinateAxes

The new coordinate axes.

Remarks

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

See Also