CogLine MapLinear Method Cognex VisionPro 9.22
Creates a new line by mapping the line through a linear transform.

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

public CogLine MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogLine

The mapped CogLine.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

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

See Also