Create a Deep Copy of the provided Ellipse Vision object in the form of a CogEllipse VisionPro object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 91.0.0.0
Syntax
Parameters
- ellipse
- Type: Cognex.Vision Ellipse
The Vision Ellipse to be copied from.
Return Value
Type: CogEllipseA VisionPro CogEllipse that is equivalent to the provided Vision Ellipse.
Remarks
Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.
See Also