CogCircularArc MapLinear Method Cognex VisionPro 9.7
Creates a new elliptical arc (copying the specified parameters) by mapping this circular arc through the given linear transform.

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

public CogEllipticalArc MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipticalArc

The mapped CogCircularArc.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new elliptical arc by mapping this circular arc through a linear transform.

See Also