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