CogEllipticalAnnulusSection MapLinear Method Cognex VisionPro 9.8 SR1
Create a new elliptical annulus section 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: 75.0.0.0
Syntax

public CogEllipticalAnnulusSection MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipticalAnnulusSection

The mapped CogEllipticalAnnulusSection.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new elliptical annulus section by mapping this elliptical annulus section through a linear transform.

See Also