Creates a new elliptical annulus section (copying the specified parameters) by mapping this circular annulus section through the given linear transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro CogTransform2DLinear
The CogTransform2DLinear used to map this CogCircularAnnulusSection.
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CogEllipticalAnnulusSectionThe mapped CogCircularAnnulusSection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | transform is NULL. |
Remarks
Creates a new elliptical annulus section by mapping this circular annulus section through a linear transform.
See Also