CogEllipticalArc MapLinear Method Cognex VisionPro 9.7
Create a new elliptical arc by mapping this one through the given linear transform. Use the CopyFlags to specify what other parts of this shape should be copied into the new one.

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 CogEllipticalArc.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

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

See Also