Create a Deep Copy of the provided Rectangle Vision object in the form of a CogRectangle VisionPro object,
maintaining dimension equivalence and selected space name. Graphics properties are not converted; the CogRectangle
will have default graphical settings (color, line width, etc).
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 80.0.0.0
Syntax
Parameters
- rectangle
- Type: Cognex.Vision Rectangle
The Vision Rectangle to be copied from.
Return Value
Type: CogRectangleA VisionPro CogRectangle that has the equivalent dimensions and selected space name as the provided Vision Rectangle.
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