Create a new ellipse by mapping this one through the given linear transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro CogTransform2DLinear
The CogTransform2DLinear used to map this CogEllipse.
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CogEllipseThe mapped CogEllipse.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | transform is NULL. |
Remarks
Create a new ellipse that is the result of mapping this ellipse using a linear transformation.
See Also