CogGeneralContour MapLinear Method Cognex VisionPro 9.5
Creates a gcnew CogGeneralContour (copying the specified parameters) by mapping this one through the given linear transform.

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

public CogGeneralContour MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogGeneralContour

The mapped CogGeneralContour.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Create a new contour that is the result of mapping this contour using a linear transformation.

See Also