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