Create a Deep Copy of the provided Circle Vision object in the form of a CogCircle VisionPro object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 83.0.0.0
Syntax
Parameters
- circle
- Type: Cognex.Vision Circle
Return Value
Type: CogCircleA VisionPro CogCircle that is equivalent to the provided Vision Circle.
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