Create a Deep Copy of the provided CogCompositeShape VisionPro object in the form of a CompositeShape Vision object.
Currently this handles copying only the following shapes: CogLine, CogLineSegment, CogEllipse, CogGeneralContour and CogGraphicLabel.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 87.1.0.0
Syntax
Parameters
- cogCompositeShape
- Type: Cognex.VisionPro CogCompositeShape
The VisionPro CogCompositeShape to be copied from.
Return Value
Type: CompositeShapeA Vision CompositeShape that has the equivalent properties and components.
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