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