Create a Deep Copy of the provided GeneralContour Vision object in the form of a CogGeneralContour VisionPro object.
Currently this handles copying only LineSegments.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 83.0.0.0
Syntax
Parameters
- generalContour
- Type: Cognex.Vision.Implementation.Internal GeneralContour
The Vision GeneralContour to be copied from.
Return Value
Type: CogGeneralContourA VisionPro CogGeneralContour that has the equivalent properties.
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