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