CogLineSegment MapLinear Method Cognex VisionPro
Creates a new line segment by mapping this line segment through a linear transform.

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

public CogLineSegment MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogLineSegment

The mapped CogLineSegment.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new line segment by mapping this line segment through a linear transform.

See Also