EllipticalAnnulusSection MapLinear Method Cognex VisionPro 9.20

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.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public EllipticalAnnulusSection MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: EllipticalAnnulusSection

The mapped EllipticalAnnulusSection.

Remarks

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

See Also