Line MapLinear Method Cognex VisionPro 9.20

Creates a new line by mapping the line 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 Line MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: Line

The mapped Line.

Remarks

Creates a new line by mapping the line through a linear transform.

See Also