Creates a new elliptical annulus section (copying the specified parameters) by mapping this circular annulus section through the given linear transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- transform
- Type: Cognex.Vision Transform2DLinear
The Transform2DLinear used to map this CircularAnnulusSection.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: EllipticalAnnulusSectionThe mapped CircularAnnulusSection.
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