Create a Deep Copy of the provided CogEllipse VisionPro object in the form of a Ellipse Vision object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 87.0.0.0
Syntax
Parameters
- ellipse
- Type: Cognex.VisionPro CogEllipse
The VisionPro CogEllipse to be copied from.
Return Value
Type: EllipseA Vision Ellipse that is equivalent to the provided VisionPro CogEllipse.
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